#include <CArchSystemUnix.h>
Inherits IArchSystem.
Inheritance diagram for CArchSystemUnix:
Public Member Functions | |
virtual std::string | getOSName () const |
Identify the OS. | |
virtual std::string | getPlatformName () const |
Identify the platform. |
Definition at line 23 of file CArchSystemUnix.h.
|
Identify the OS. Returns a string identifying the operating system. Implements IArchSystem. Definition at line 33 of file CArchSystemUnix.cpp. |
|
Identify the platform. Returns a string identifying the platform this OS is running on. Implements IArchSystem. Definition at line 51 of file CArchSystemUnix.cpp. |