Public Member Functions | |
LogOutCreator (const char *name, coil::LogStreamBuffer *streambuf) | |
virtual int | svc () |
Execute thread. | |
~LogOutCreator () | |
Private Member Functions | |
int | dummy0 (int ic) |
Private Attributes | |
std::string | m_name |
LogOut | m_out |
Definition at line 216 of file LoggerTests.cpp.
Logger::LogOutCreator::LogOutCreator | ( | const char * | name, |
coil::LogStreamBuffer * | streambuf | ||
) | [inline] |
Definition at line 220 of file LoggerTests.cpp.
Logger::LogOutCreator::~LogOutCreator | ( | ) | [inline] |
Definition at line 230 of file LoggerTests.cpp.
int Logger::LogOutCreator::dummy0 | ( | int | ic | ) | [inline, private] |
Definition at line 263 of file LoggerTests.cpp.
virtual int Logger::LogOutCreator::svc | ( | void | ) | [inline, virtual] |
Execute thread.
Execute thread
Reimplemented from coil::Task.
Definition at line 235 of file LoggerTests.cpp.
std::string Logger::LogOutCreator::m_name [private] |
Definition at line 261 of file LoggerTests.cpp.
LogOut Logger::LogOutCreator::m_out [private] |
Definition at line 262 of file LoggerTests.cpp.