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

Provides trivial iterator interface to an edge_entry pointer and avoids serialization of object. Used in data flow fire (edge_container::receive_value) to elide relookup in value cache. More...

Public Member Functions

 edge_entry_wrapper (edge_entry< T > *edge_entry_ptr)
 
edge_entry< T > * operator-> ()
 
edge_entry< T > & operator* ()
 
edge_entry< T > * pointer (void)
 

Detailed Description

template<typename T>
class stapl::detail::edge_entry_wrapper< T >

Provides trivial iterator interface to an edge_entry pointer and avoids serialization of object. Used in data flow fire (edge_container::receive_value) to elide relookup in value cache.


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