Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
simple_trigger.hpp File Reference
Include dependency graph for simple_trigger.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::parallel::detail::simple_trigger_t< Class, T, Result >
 INTERNAL ONLY. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::parallel
 
 boost::parallel::detail
 
 boost::graph
 
 boost::graph::parallel
 

Functions

template<typename ProcessGroup , typename Class , typename T >
void boost::parallel::simple_trigger (ProcessGroup &pg, int tag, Class *self, void(Class::*pmf)(int source, int tag, const T &data, trigger_receive_context context), int)
 Simplified trigger interface that reduces the amount of code required to connect a process group trigger to a handler that is just a bound member function. More...
 
template<typename ProcessGroup , typename Class , typename T , typename Result >
void boost::parallel::simple_trigger (ProcessGroup &pg, int tag, Class *self, Result(Class::*pmf)(int source, int tag, const T &data, trigger_receive_context context), long)
 Simplified trigger interface that reduces the amount of code required to connect a process group trigger with a reply to a handler that is just a bound member function. More...
 
template<typename ProcessGroup , typename Class , typename T , typename Result >
void boost::parallel::simple_trigger (ProcessGroup &pg, int tag, Class *self, Result(Class::*pmf)(int source, int tag, const T &data, trigger_receive_context context))
 Simplified trigger interface that reduces the amount of code required to connect a process group trigger to a handler that is just a bound member function. More...