EventAnalysis
1.3.0
|
Go to the source code of this file.
Classes | |
class | EA::Memory |
A static class containing helper functions for interrogating the memory status. More... | |
struct | EA::Memory::BadLevelsException |
Exception class for badly-defined memory levels. More... | |
Namespaces | |
EA | |
IncludeFileExc.h IncludeFileExc class declaration. | |
Functions | |
std::ostream & | EA::operator<< (std::ostream &out, const Memory::Status status) |
Insertion operator for Memory::Status. More... | |
Variables | |
const std::array< const std::string, 4 > | EA::memLevelNames {"NORMAL", "WARNING", "CRITICAL", "EXHAUSTED"} |
Printable names for the memory levels. More... | |
Memory enum class declaration.