The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
SystemMacOS.h File Reference
#include <string>
#include <vector>
Include dependency graph for SystemMacOS.h:

Go to the source code of this file.

Namespaces

namespace  System
 Note: OS specific details for environment resolution.
 
namespace  System::MacOS
 Namespace holding MacOS specific functions.
 

Functions

std::vector< std::string > System::MacOS::cmdLineArgs ()
 Get the command line arguments of the process.
 
std::string System::MacOS::typeinfoName (const char *name)
 Get the human readable type name from a typeinfo name.
 
std::string System::MacOS::hostName ()
 Get the system's host name.
 
std::string System::MacOS::osName ()
 Get the operating system's name.
 
std::string System::MacOS::osVersion ()
 Get the operating system's version.
 
std::string System::MacOS::machineType ()
 Get the runner machine's type.
 
std::string System::MacOS::accountName ()
 Get the account name of the current user.