Win32 implementation of IArchString. More...
#include <CArchSystemWindows.h>
Inherits IArchSystem.

Public Member Functions | |
| virtual std::string | getOSName () const |
| Identify the OS. | |
| virtual std::string | getPlatformName () const |
| Identify the platform. | |
| bool | isWOW64 () const |
Win32 implementation of IArchString.
Definition at line 23 of file CArchSystemWindows.h.
| std::string CArchSystemWindows::getOSName | ( | ) | const [virtual] |
Identify the OS.
Returns a string identifying the operating system.
Implements IArchSystem.
Definition at line 35 of file CArchSystemWindows.cpp.
| std::string CArchSystemWindows::getPlatformName | ( | ) | const [virtual] |
Identify the platform.
Returns a string identifying the platform this OS is running on.
Implements IArchSystem.
Definition at line 112 of file CArchSystemWindows.cpp.
1.6.1