libmoost
|
#include <error_category.h>
Public Member Functions | |
stomp_client_error_category () | |
virtual const char * | name () const |
virtual std::string | message (int ev) const |
virtual boost::system::error_condition | default_error_condition (int ev) const |
Definition at line 37 of file error_category.h.
Definition at line 37 of file error_category.cpp.
boost::system::error_condition moost::mq::stomp_client_error_category::default_error_condition | ( | int | ev | ) | const [virtual] |
Definition at line 46 of file error_category.cpp.
std::string moost::mq::stomp_client_error_category::message | ( | int | ev | ) | const [virtual] |
Definition at line 51 of file error_category.cpp.
const char * moost::mq::stomp_client_error_category::name | ( | ) | const [virtual] |
Definition at line 41 of file error_category.cpp.