Public Member Functions | |
void | clearLog (void) |
int | countLog (const std::string &msg) |
void | log (const std::string &msg) |
Private Attributes | |
std::vector< std::string > | m_log |
Definition at line 60 of file CORBA_SeqUtilTests.cpp.
void CORBA_SeqUtil::Logger::clearLog | ( | void | ) | [inline] |
Definition at line 78 of file CORBA_SeqUtilTests.cpp.
int CORBA_SeqUtil::Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 68 of file CORBA_SeqUtilTests.cpp.
void CORBA_SeqUtil::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 63 of file CORBA_SeqUtilTests.cpp.
std::vector<std::string> CORBA_SeqUtil::Logger::m_log [private] |
Definition at line 83 of file CORBA_SeqUtilTests.cpp.