![]() |
The Gaudi Framework
master (ff829712)
|
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | System |
Note: OS specific details for environment resolution. | |
namespace | System::Linux |
Namespace holding Linux specific functions. | |
Functions | |
std::vector< std::string > | System::Linux::cmdLineArgs () |
Get the command line arguments of the process. | |
std::string | System::Linux::typeinfoName (const char *name) |
Get the human readable type name from a typeinfo name. | |
std::string | System::Linux::hostName () |
Get the system's host name. | |
std::string | System::Linux::osName () |
Get the operating system's name. | |
std::string | System::Linux::osVersion () |
Get the operating system's version. | |
std::string | System::Linux::machineType () |
Get the runner machine's type. | |
std::string | System::Linux::accountName () |
Get the account name of the current user. | |