code() const | boost::system::system_error | inline |
native_error() const | boost::thread_exception | inline |
system_error(error_code ec) | boost::system::system_error | inline |
system_error(error_code ec, const std::string &what_arg) | boost::system::system_error | inline |
system_error(error_code ec, const char *what_arg) | boost::system::system_error | inline |
system_error(int ev, const error_category &ecat) | boost::system::system_error | inline |
system_error(int ev, const error_category &ecat, const std::string &what_arg) | boost::system::system_error | inline |
system_error(int ev, const error_category &ecat, const char *what_arg) | boost::system::system_error | inline |
thread_exception() | boost::thread_exception | inline |
thread_exception(int sys_error_code) | boost::thread_exception | inline |
thread_exception(int ev, const char *what_arg) | boost::thread_exception | inline |
thread_exception(int ev, const std::string &what_arg) | boost::thread_exception | inline |
thread_permission_error() | boost::thread_permission_error | inline |
thread_permission_error(int ev) | boost::thread_permission_error | inline |
thread_permission_error(int ev, const char *what_arg) | boost::thread_permission_error | inline |
thread_permission_error(int ev, const std::string &what_arg) | boost::thread_permission_error | inline |
what() const | boost::system::system_error | inline |
~system_error() | boost::system::system_error | inlinevirtual |
~thread_exception() | boost::thread_exception | inline |