Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::thread_exception Class Reference

#include <exceptions.hpp>

Inheritance diagram for boost::thread_exception:
Collaboration diagram for boost::thread_exception:

Public Member Functions

 thread_exception ()
 
 thread_exception (int sys_error_code)
 
 thread_exception (int ev, const char *what_arg)
 
 thread_exception (int ev, const std::string &what_arg)
 
 ~thread_exception () throw ()
 
int native_error () const
 
const error_code & code () const throw ()
 
const char * what () const throw ()
 

Constructor & Destructor Documentation

boost::thread_exception::thread_exception ( )
inline
boost::thread_exception::thread_exception ( int  sys_error_code)
inline
boost::thread_exception::thread_exception ( int  ev,
const char *  what_arg 
)
inline
boost::thread_exception::thread_exception ( int  ev,
const std::string &  what_arg 
)
inline
boost::thread_exception::~thread_exception ( )
throw (
)
inline

Member Function Documentation

const error_code& boost::system::system_error::code ( ) const
throw (
)
inlineinherited
int boost::thread_exception::native_error ( ) const
inline

References boost::archive::code.

const char * boost::system::system_error::what ( ) const
throw (
)
inlineinherited

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