STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::promise_notifier< T > Class Template Reference

Function object encapsulating promised based notification. It is a notifier which holds the promise to be fulfilled and receives but ignores parameters used for rmi based data flow. More...

Public Member Functions

 promise_notifier (promise_t pr)
 
void operator() (edge_container &, size_t, size_t, detail::edge_version_storage< stored_value_t > const &version, bool, bool)
 

Detailed Description

template<typename T>
class stapl::promise_notifier< T >

Function object encapsulating promised based notification. It is a notifier which holds the promise to be fulfilled and receives but ignores parameters used for rmi based data flow.

Hand written instead of lambda / bind due to symbol size blowup consistently seen during compilation.


The documentation for this class was generated from the following file: