Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
asio::system_error Class Reference

#include <system_error.hpp>

Inheritance diagram for asio::system_error:

Public Member Functions

 system_error (const error_code &ec)
 Construct with an error code. More...
 
 system_error (const error_code &ec, const std::string &context)
 Construct with an error code and context. More...
 
 system_error (const system_error &other)
 Copy constructor. More...
 
virtual ~system_error () throw ()
 Destructor. More...
 
system_erroroperator= (const system_error &e)
 Assignment operator. More...
 
virtual const char * what () const throw ()
 Get a string representation of the exception. More...
 
error_code code () const
 Get the error code associated with the exception. More...
 

Detailed Description

The system_error class is used to represent system conditions that prevent the library from operating correctly.

Definition at line 42 of file system_error.hpp.

Constructor & Destructor Documentation

asio::system_error::system_error ( const error_code ec)
inline

Construct with an error code.

Definition at line 47 of file system_error.hpp.

asio::system_error::system_error ( const error_code ec,
const std::string &  context 
)
inline

Construct with an error code and context.

Definition at line 54 of file system_error.hpp.

asio::system_error::system_error ( const system_error other)
inline

Copy constructor.

Definition at line 61 of file system_error.hpp.

virtual asio::system_error::~system_error ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 70 of file system_error.hpp.

Member Function Documentation

error_code asio::system_error::code ( ) const
inline

Get the error code associated with the exception.

Definition at line 109 of file system_error.hpp.

system_error& asio::system_error::operator= ( const system_error e)
inline

Assignment operator.

Definition at line 75 of file system_error.hpp.

virtual const char* asio::system_error::what ( ) const
throw (
)
inlinevirtual

Get a string representation of the exception.

Definition at line 84 of file system_error.hpp.


The documentation for this class was generated from the following file: