The Gaudi Framework  master (37c0b60a)
System::MacOS Namespace Reference

Namespace holding MacOS specific functions. More...

Functions

std::vector< std::stringcmdLineArgs ()
 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...
 

Detailed Description

Namespace holding MacOS specific functions.

Function Documentation

◆ accountName()

std::string System::MacOS::accountName ( )

Get the account name of the current user.

◆ cmdLineArgs()

std::vector<std::string> System::MacOS::cmdLineArgs ( )

Get the command line arguments of the process.

◆ hostName()

std::string System::MacOS::hostName ( )

Get the system's host name.

◆ machineType()

std::string System::MacOS::machineType ( )

Get the runner machine's type.

◆ osName()

std::string System::MacOS::osName ( )

Get the operating system's name.

◆ osVersion()

std::string System::MacOS::osVersion ( )

Get the operating system's version.

◆ typeinfoName()

std::string System::MacOS::typeinfoName ( const char *  name)

Get the human readable type name from a typeinfo name.