#include <system_error.hpp>
boost::system::system_error::system_error |
( |
error_code |
ec | ) |
|
|
inline |
boost::system::system_error::system_error |
( |
error_code |
ec, |
|
|
const std::string & |
what_arg |
|
) |
| |
|
inline |
boost::system::system_error::system_error |
( |
error_code |
ec, |
|
|
const char * |
what_arg |
|
) |
| |
|
inline |
boost::system::system_error::system_error |
( |
int |
ev, |
|
|
const error_category & |
ecat |
|
) |
| |
|
inline |
boost::system::system_error::system_error |
( |
int |
ev, |
|
|
const error_category & |
ecat, |
|
|
const std::string & |
what_arg |
|
) |
| |
|
inline |
boost::system::system_error::system_error |
( |
int |
ev, |
|
|
const error_category & |
ecat, |
|
|
const char * |
what_arg |
|
) |
| |
|
inline |
virtual boost::system::system_error::~system_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
const error_code& boost::system::system_error::code |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
const char * boost::system::system_error::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: