#include <error_code.hpp>
virtual boost::system::error_category::~error_category |
( |
| ) |
|
|
inlinevirtual |
error_condition boost::system::error_category::default_error_condition |
( |
int |
ev | ) |
const |
|
inlinevirtual |
bool boost::system::error_category::equivalent |
( |
int |
code, |
|
|
const error_condition & |
condition |
|
) |
| const |
|
inlinevirtual |
bool boost::system::error_category::equivalent |
( |
const error_code & |
code, |
|
|
int |
condition |
|
) |
| const |
|
inlinevirtual |
virtual std::string boost::system::error_category::message |
( |
int |
ev | ) |
const |
|
pure virtual |
virtual const char* boost::system::error_category::name |
( |
| ) |
const |
|
pure virtual |
bool boost::system::error_category::operator!= |
( |
const error_category & |
rhs | ) |
const |
|
inline |
bool boost::system::error_category::operator< |
( |
const error_category & |
rhs | ) |
const |
|
inline |
bool boost::system::error_category::operator== |
( |
const error_category & |
rhs | ) |
const |
|
inline |
The documentation for this class was generated from the following file: