Home | Libraries | People | FAQ | More |
boost::interprocess::interprocess_exception
// In header: <boost/interprocess/exceptions.hpp> class interprocess_exception : public std::exception { public: // construct/copy/destruct interprocess_exception(const char *) noexcept; interprocess_exception(const error_info &, const char * = 0); ~interprocess_exception(); // public member functions const char * what() const noexcept; native_error_t get_native_error() const noexcept; error_code_t get_error_code() const noexcept; };