asio 0.3.7 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

asio::system_exception Member List

This is the complete list of members for asio::system_exception, including all inherited members.

code() const asio::system_exception
context() const asio::system_exception
operator<<(Ostream &os, const system_exception &e)asio::system_exception [related]
operator=(const system_exception &e)asio::system_exception
system_exception(const std::string &context, int code)asio::system_exception
system_exception(const system_exception &e)asio::system_exception
what() const asio::system_exception [virtual]
~system_exception()asio::system_exception [virtual]

asio 0.3.7 Home | Reference | Tutorial | Examples | Design