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:
  // construct/copy/destruct
  () ;
  (,  = );
  ~();

  // public member functions
   () ;
   () ;
   () ;
};

Description

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

interprocess_exception public construct/copy/destruct

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

interprocess_exception public member functions

  1.  () ;
  2.  () ;
  3.  () ;

PrevUpHomeNext