Elements  5.8
A C++ base framework for the Euclid Software.
SystemBase.h
Go to the documentation of this file.
1 
22 #ifndef ELEMENTSKERNEL_ELEMENTSKERNEL_SYSTEMBASE_H_
23 #define ELEMENTSKERNEL_ELEMENTSKERNEL_SYSTEMBASE_H_
24 
25 namespace Elements {
26 namespace System {
28 enum class InfoType {
29  NoFetch,
30  RemainTime,
31  Times,
34  Memory,
35  Quota,
36  System,
37  Modules,
38  IO
39 };
40 
41 } // namespace System
42 } // namespace Elements
43 
44 #endif // ELEMENTSKERNEL_ELEMENTSKERNEL_SYSTEMBASE_H_
45 
Elements::System::InfoType::NoFetch
@ NoFetch
Elements::System::InfoType::Times
@ Times
Elements::System::InfoType::IO
@ IO
Elements::System::InfoType::ProcessBasics
@ ProcessBasics
Elements::System::InfoType::Quota
@ Quota
Elements::System::InfoType
InfoType
Enumeration for fetching information.
Definition: SystemBase.h:28
Elements::System::InfoType::Modules
@ Modules
Elements::System::InfoType::PriorityBoost
@ PriorityBoost
Elements::System::InfoType::Memory
@ Memory
Elements::System::InfoType::RemainTime
@ RemainTime
Elements
Definition: Auxiliary.h:43
Elements::System::InfoType::System
@ System