#include <mcllib/MCSystem.h>
Inheritance diagram for MCSystem:
Public Member Functions | |
MCString | getArchitecture () const |
Get the hardware architecture of the system. | |
mcint32 | getCPUCount () const |
Get the CPU count of the system. | |
char | getFileSeparator () const |
Get the file separator character for the system. | |
MCString | getHostName () const |
Get the host name of the system. | |
mcint32 | getPageSize () const |
Get the page size in bytes of the system. | |
MCString | getRelease () const |
Get the operating system release of the system. | |
MCString | getSystemName () const |
Get the operating system name of the system. | |
MCSystem (const MCString &hostName) | |
Obtain information about another host. | |
MCSystem () | |
Default constructor. |
|
Default constructor. Obtain the information about the current system |
|
Obtain information about another host.
|