The Gaudi Framework
master (f31105fd)
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
q
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SystemWin32.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_SYSTEMWIN32_H
13
#define GAUDIKERNEL_SYSTEMWIN32_H
14
15
// System include(s):
16
#include <string>
17
#include <vector>
18
19
namespace
System
{
21
namespace
Win32 {
22
24
std::vector<std::string>
cmdLineArgs
();
25
27
std::string
typeinfoName
(
const
char
*
name
);
28
30
std::string
hostName
();
31
33
std::string
osName
();
34
36
std::string
osVersion
();
37
39
std::string
machineType
();
40
42
std::string
accountName
();
43
44
}
// namespace Win32
45
47
namespace
Platform = Win32;
48
49
}
// namespace System
50
51
#endif // GAUDIKERNEL_SYSTEMWIN32_H
std::string
STL class.
System::Win32::hostName
std::string hostName()
Get the system's host name.
Definition:
SystemWin32.cpp:93
std::vector< std::string >
System::Win32::machineType
std::string machineType()
Get the runner machine's type.
Definition:
SystemWin32.cpp:114
System::Win32::accountName
std::string accountName()
Get the account name of the current user.
Definition:
SystemWin32.cpp:123
ConditionsStallTest.name
name
Definition:
ConditionsStallTest.py:77
System::Win32::cmdLineArgs
std::vector< std::string > cmdLineArgs()
Get the command line arguments of the process.
Definition:
SystemWin32.cpp:26
System
Note: OS specific details for environment resolution.
Definition:
Debugger.h:29
System::Win32::osVersion
std::string osVersion()
Get the operating system's version.
Definition:
SystemWin32.cpp:104
System::Win32::osName
std::string osName()
Get the operating system's name.
Definition:
SystemWin32.cpp:102
System::Win32::typeinfoName
std::string typeinfoName(const char *class_name)
Get the human readable type name from a typeinfo name.
Definition:
SystemWin32.cpp:61
GaudiKernel
src
Lib
Platform
SystemWin32.h
Generated on Mon Apr 7 2025 16:26:24 for The Gaudi Framework by
1.8.18