Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class interprocess_exception

boost::interprocess::interprocess_exception

Synopsis

// In header: <boost/interprocess/exceptions.hpp>


class interprocess_exception : public  {
public:

  // public member functions
  () ;
  (,  = );
  ~() ;
   () ;
   () ;
   () ;
};

Description

This class is the base class of all exceptions thrown by boost::interprocess

interprocess_exception public member functions

  1. ( err) ;
  2. ( err_info,  str = );
  3. ~() ;
  4.  () ;
  5.  () ;
  6.  () ;

PrevUpHomeNext