EventAnalysis  1.0.0
Classes | Namespaces | Functions | Variables
Memory.h File Reference
#include "core/Exception.h"
#include <array>

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...
 

Detailed Description

Memory enum class declaration.