|
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...
|
|