The Gaudi Framework
v30r3 (a5ef0a68)
|
Namespace holding Windows 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 Windows specific functions.
std::string System::Win32::accountName | ( | ) |
Get the account name of the current user.
User login name.
Definition at line 132 of file SystemWin32.cpp.
std::vector< std::string > System::Win32::cmdLineArgs | ( | ) |
Get the command line arguments of the process.
Command line arguments including executable name as arg[0] as vector of strings.
Definition at line 18 of file SystemWin32.cpp.
std::string System::Win32::hostName | ( | ) |
Get the system's host name.
Host name.
Definition at line 95 of file SystemWin32.cpp.
std::string System::Win32::machineType | ( | ) |
Get the runner machine's type.
Machine type.
Definition at line 122 of file SystemWin32.cpp.
std::string System::Win32::osName | ( | ) |
std::string System::Win32::osVersion | ( | ) |
Get the operating system's version.
OS version.
Definition at line 109 of file SystemWin32.cpp.
std::string System::Win32::typeinfoName | ( | const char * | class_name | ) |
Get the human readable type name from a typeinfo name.
Definition at line 54 of file SystemWin32.cpp.