asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design
Reference Class Hierarchy | Class Index | Member Index

asio::system_error Member List

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

code() constasio::system_error
operator=(const system_error &e)asio::system_error
system_error(const error_code &code)asio::system_error
system_error(const error_code &code, const std::string &context)asio::system_error
system_error(const system_error &other)asio::system_error
what() constasio::system_error [virtual]
~system_error()asio::system_error [virtual]

asio 0.3.8rc3 Home | Reference | Tutorial | Examples | Design