This class is the base class of all exceptions thrown by boost::interprocess.
More...
#include <exceptions.hpp>
This class is the base class of all exceptions thrown by boost::interprocess.
boost::interprocess::interprocess_exception::interprocess_exception |
( |
const char * |
err | ) |
|
|
inline |
boost::interprocess::interprocess_exception::interprocess_exception |
( |
const error_info & |
err_info, |
|
|
const char * |
str = 0 |
|
) |
| |
|
inline |
virtual boost::interprocess::interprocess_exception::~interprocess_exception |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
error_code_t boost::interprocess::interprocess_exception::get_error_code |
( |
| ) |
const |
|
inline |
native_error_t boost::interprocess::interprocess_exception::get_native_error |
( |
| ) |
const |
|
inline |
virtual const char* boost::interprocess::interprocess_exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: