Unix implementation of IArchString. More...
#include <CArchSystemUnix.h>
Inherits IArchSystem.
Public Member Functions | |
virtual std::string | getOSName () const |
Identify the OS. | |
virtual std::string | getPlatformName () const |
Identify the platform. |
Unix implementation of IArchString.
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.