Definition at line 69 of file errorstat.h.
typedef std::map<OSB_APP::AppError, long, LessError> OSB_LIB::ErrorStats::AppErrorCnt |
STL container to count the CDR errors.
Maintains a counter (second) for each CDR error (first).
Definition at line 89 of file errorstat.h.
typedef std::map<OsbError, long, LessError> OSB_LIB::ErrorStats::OsbErrorCnt |
STL container to count the CDR errors.
Maintains a counter (second) for each CDR error (first).
Definition at line 96 of file errorstat.h.
void OSB_LIB::ErrorStats::add | ( | const Cdr & | cdr | ) |
Add all errors of a CDR.
void OSB_LIB::ErrorStats::add | ( | const OsbErrors & | errList | ) |
Add a list of OSB errors.
void OSB_LIB::ErrorStats::add | ( | const OsbError & | error | ) |
Add an OSB error.
void OSB_LIB::ErrorStats::add | ( | const OSB_APP::AppErrors & | errList | ) |
Add a list of OSB errors.
void OSB_LIB::ErrorStats::add | ( | const OSB_APP::AppError & | error | ) |
Add an application error.
void OSB_LIB::ErrorStats::clear | ( | ) |
Clear list of errors.
bool OSB_LIB::ErrorStats::empty | ( | ) | const |
No errors?
void OSB_LIB::ErrorStats::print | ( | ) | const |
Print errors to Log.
AppErrorCnt OSB_LIB::ErrorStats::appErrors_ [private] |
OsbErrorCnt OSB_LIB::ErrorStats::osbErrors_ [private] |