The Gaudi Framework  master (37c0b60a)
SystemLinux.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 // Dear emacs, this is -*- c++ -*-
12 #ifndef GAUDIKERNEL_SYSTEMLINUX_H
13 #define GAUDIKERNEL_SYSTEMLINUX_H
14 
15 // System include(s):
16 #include <string>
17 #include <vector>
18 
19 namespace System {
21  namespace Linux {
22 
25 
27  std::string typeinfoName( const char* name );
28 
31 
34 
37 
40 
43 
44  } // namespace Linux
45 
47  namespace Platform = Linux;
48 
49 } // namespace System
50 
51 #endif // GAUDIKERNEL_SYSTEMLINUX_H
std::string
STL class.
std::vector< std::string >
System::Linux::accountName
std::string accountName()
Get the account name of the current user.
Definition: SystemLinux.cpp:114
System::Linux::osName
std::string osName()
Get the operating system's name.
Definition: SystemLinux.cpp:93
System::Linux::machineType
std::string machineType()
Get the runner machine's type.
Definition: SystemLinux.cpp:107
System::Linux::hostName
std::string hostName()
Get the system's host name.
Definition: SystemLinux.cpp:74
System::Linux::cmdLineArgs
std::vector< std::string > cmdLineArgs()
Get the command line arguments of the process.
Definition: SystemLinux.cpp:30
ConditionsStallTest.name
name
Definition: ConditionsStallTest.py:77
System
Note: OS specific details for environment resolution.
Definition: Debugger.h:29
System::Linux::osVersion
std::string osVersion()
Get the operating system's version.
Definition: SystemLinux.cpp:100
System::Linux::typeinfoName
std::string typeinfoName(const char *class_name)
Get the human readable type name from a typeinfo name.
Definition: SystemLinux.cpp:54