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