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:

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

Description

handler public member functions

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

PrevUpHomeNext