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

Function object encapsulating remote_notifier initialization via the Directory at the producer location. More...

Public Member Functions

 remote_notifier_adder (location_type location, notifier_t notifier, bool b_is_upgrade)
 
void operator() (p_object &d, edge_container::index_type producer_tid) const
 

Detailed Description

template<typename T, typename Filter>
class stapl::remote_notifier_adder< T, Filter >

Function object encapsulating remote_notifier initialization via the Directory at the producer location.

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: