QwAnalysis
StoreErrorCodeID Class Reference

Public Member Functions

void operator() (QwParitySSQLS::error_code elem)
 

Detailed Description

Definition at line 76 of file QwParityDB.cc.

Member Function Documentation

void StoreErrorCodeID::operator() ( QwParitySSQLS::error_code  elem)
inline

Definition at line 78 of file QwParityDB.cc.

References QwLog::endl(), QwParityDB::fErrorCodeIDs, and QwDebug.

78  {
79  QwDebug << "StoreErrorCodeID: error_code_id = " << elem.error_code_id << " quantity = " << elem.quantity << QwLog::endl;
80  QwParityDB::fErrorCodeIDs.insert(std::make_pair(elem.quantity, elem.error_code_id));
81  }
#define QwDebug
Predefined log drain for debugging output.
Definition: QwLog.h:60
static std::ostream & endl(std::ostream &)
End of the line.
Definition: QwLog.cc:299
static std::map< string, unsigned char > fErrorCodeIDs
Associative array of error code IDs. This declaration will be a problem if QwDatabase is used to conn...
Definition: QwParityDB.h:105

+ Here is the call graph for this function:


The documentation for this class was generated from the following file: