This is the complete list of members for boost::condition_error, including all inherited members.
code() const | boost::system::system_error | inline |
condition_error() | boost::condition_error | inline |
condition_error(int ev) | boost::condition_error | inline |
condition_error(int ev, const char *what_arg) | boost::condition_error | inline |
condition_error(int ev, const std::string &what_arg) | boost::condition_error | 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 |
what() const | boost::system::system_error | inline |
~system_error() | boost::system::system_error | inlinevirtual |