libmoost
null_appender Class Reference
Inheritance diagram for null_appender:
Collaboration diagram for null_appender:

List of all members.

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 ()

Detailed Description

Definition at line 55 of file appender.cpp.


Constructor & Destructor Documentation

Definition at line 66 of file appender.cpp.


Member Function Documentation

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.


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