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 171 of file InPortTests.cpp.
void InPort::Logger::clearLog | ( | void | ) | [inline] |
Definition at line 189 of file InPortTests.cpp.
int InPort::Logger::countLog | ( | const std::string & | msg | ) | [inline] |
Definition at line 179 of file InPortTests.cpp.
void InPort::Logger::log | ( | const std::string & | msg | ) | [inline] |
Definition at line 174 of file InPortTests.cpp.
std::vector<std::string> InPort::Logger::m_log [private] |
Definition at line 194 of file InPortTests.cpp.