Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class handler

boost::mpi::request::handler

Synopsis

// In header: <boost/mpi/request.hpp>



class handler {
public:
  // construct/copy/destruct
  ~();

  // public member functions
  status () = ;
  status > () = ;
   () = ;
   () ;
   () = ;
};

Description

handler public construct/copy/destruct

  1. ~();

handler public member functions

  1. status () = ;
  2. status > () = ;
  3.  () = ;
  4.  () ;
  5.  () = ;

PrevUpHomeNext