Elements  5.12.0
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 
InfoType
Enumeration for fetching information.
Definition: SystemBase.h:28