|
libmoost
|


Public Member Functions | |
| null_appender () | |
| virtual bool | handle_command (std::string &, const std::string &, const std::string &) |
| virtual std::string | show_help () const |
| virtual bool | attach () |
| virtual bool | detach () |
Definition at line 55 of file appender.cpp.
Definition at line 66 of file appender.cpp.
| bool null_appender::attach | ( | ) | [virtual] |
Implements moost::service::appender_iface.
Definition at line 80 of file appender.cpp.
| bool null_appender::detach | ( | ) | [virtual] |
Implements moost::service::appender_iface.
Definition at line 85 of file appender.cpp.
| bool null_appender::handle_command | ( | std::string & | , |
| const std::string & | , | ||
| const std::string & | |||
| ) | [virtual] |
Implements moost::service::appender_iface.
Definition at line 70 of file appender.cpp.
| std::string null_appender::show_help | ( | ) | const [virtual] |
Implements moost::service::appender_iface.
Definition at line 75 of file appender.cpp.