CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
Classes | |
class | ZMerrnoList |
class | ZMexception |
class | ZMexClassInfo |
class | ZMexHandler |
class | ZMexHandlerBehavior |
class | ZMexHandleViaParent |
class | ZMexIgnoreAlways |
class | ZMexIgnoreNextN |
class | ZMexLogAlways |
class | ZMexLogBehavior |
class | ZMexLogger |
class | ZMexLogNever |
class | ZMexLogTwice |
class | ZMexLogViaParent |
class | ZMexThrowAlways |
class | ZMexThrowErrors |
class | ZMexValidationStyle |
Enumerations | |
enum | ZMexAction { ZMexThrowIt , ZMexIgnoreIt , ZMexHANDLEVIAPARENT } |
enum | ZMexLogResult { ZMexLOGGED , ZMexNOTLOGGED , ZMexLOGVIAPARENT } |
enum | ZMexSeverity { ZMexNORMAL , ZMexINFO , ZMexWARNING , ZMexERROR , ZMexSEVERE , ZMexFATAL , ZMexPROBLEM , ZMexSEVERITYenumLAST } |
Functions | |
ZMexHandler & | ZMhandler () |
ZMexLogger & | ZMlogger () |
ZMexAction | ZMthrow_ (const ZMexception &userException, int lineNum, const char fileName[]) |
Variables | |
ZMerrnoList | ZMerrno |
std::string | ZMexUserActivity = "" |
int | ZMexUserNumericalTag = 0 |
const std::string | ZMexSeverityName [ZMexSEVERITYenumLAST] |
const char | ZMexSeverityLetter [ZMexSEVERITYenumLAST] |
int | ZMexSeverityLimit [ZMexSEVERITYenumLAST] |
enum zmex::ZMexAction |
enum zmex::ZMexLogResult |
enum zmex::ZMexSeverity |
Enumerator | |
---|---|
ZMexNORMAL | |
ZMexINFO | |
ZMexWARNING | |
ZMexERROR | |
ZMexSEVERE | |
ZMexFATAL | |
ZMexPROBLEM | |
ZMexSEVERITYenumLAST |
Definition at line 32 of file ZMexSeverity.h.
ZMexHandler & zmex::ZMhandler | ( | ) |
Definition at line 65 of file ZMexception.cc.
Referenced by ZMhandler().
ZMexLogger & zmex::ZMlogger | ( | ) |
Definition at line 70 of file ZMexception.cc.
Referenced by display(), main(), and ZMlogger().
ZMexAction zmex::ZMthrow_ | ( | const ZMexception & | userException, |
int | lineNum, | ||
const char | fileName[] | ||
) |
Definition at line 35 of file ZMthrow.cc.
ZMerrnoList zmex::ZMerrno |
Definition at line 40 of file ZMerrno.cc.
Referenced by main(), and ZMthrow_().
const char zmex::ZMexSeverityLetter |
Definition at line 34 of file ZMexSeverity.cc.
Referenced by zmex::ZMexception::logMessage().
int zmex::ZMexSeverityLimit |
Definition at line 45 of file ZMexSeverity.cc.
Referenced by zmex::ZMexception::logMessage(), zmex::ZMexHandler::setLogLimit(), and zmex::ZMexHandlerBehavior::standardHandling().
const std::string zmex::ZMexSeverityName |
Definition at line 23 of file ZMexSeverity.cc.
std::string zmex::ZMexUserActivity = "" |
Definition at line 55 of file ZMexception.cc.
Referenced by zmex::ZMexception::logMessage().
int zmex::ZMexUserNumericalTag = 0 |
Definition at line 56 of file ZMexception.cc.
Referenced by zmex::ZMexception::logMessage().