The Gaudi Framework
master (37c0b60a)
|
Namespace holding Linux specific functions. More...
Functions | |
std::vector< std::string > | cmdLineArgs () |
Get the command line arguments of the process. More... | |
std::string | typeinfoName (const char *name) |
Get the human readable type name from a typeinfo name. More... | |
std::string | hostName () |
Get the system's host name. More... | |
std::string | osName () |
Get the operating system's name. More... | |
std::string | osVersion () |
Get the operating system's version. More... | |
std::string | machineType () |
Get the runner machine's type. More... | |
std::string | accountName () |
Get the account name of the current user. More... | |
Namespace holding Linux specific functions.
std::string System::Linux::accountName | ( | ) |
Get the account name of the current user.
Definition at line 114 of file SystemLinux.cpp.
std::vector< std::string > System::Linux::cmdLineArgs | ( | ) |
Get the command line arguments of the process.
Definition at line 30 of file SystemLinux.cpp.
std::string System::Linux::hostName | ( | ) |
std::string System::Linux::machineType | ( | ) |
std::string System::Linux::osName | ( | ) |
std::string System::Linux::osVersion | ( | ) |
std::string System::Linux::typeinfoName | ( | const char * | class_name | ) |
Get the human readable type name from a typeinfo name.
Definition at line 54 of file SystemLinux.cpp.