#include <IArchSystem.h>
Inherits IInterface.
Inherited by CArch, CArchSystemUnix, and CArchSystemWindows.
Inheritance diagram for IArchSystem:
Public Member Functions | |
accessors | |
virtual std::string | getOSName () const =0 |
Identify the OS. | |
virtual std::string | getPlatformName () const =0 |
Identify the platform. |
This interface defines operations for querying system info.
Definition at line 25 of file IArchSystem.h.
|
Identify the OS. Returns a string identifying the operating system. Implemented in CArch, CArchSystemUnix, and CArchSystemWindows. Referenced by CArch::getOSName(). |
|
Identify the platform. Returns a string identifying the platform this OS is running on. Implemented in CArch, CArchSystemUnix, and CArchSystemWindows. Referenced by CArch::getPlatformName(). |