#include <CArchSystemWindows.h>
Inherits IArchSystem.
Inheritance diagram for CArchSystemWindows:


Public Member Functions | |
| CArchSystemWindows () | |
| virtual | ~CArchSystemWindows () |
| virtual std::string | getOSName () const |
| Identify the OS. | |
| virtual std::string | getPlatformName () const |
| Identify the platform. | |
| bool | isWOW64 () const |
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.
References isWOW64().
1.4.7