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

Lazily provides access to the value in an edge version entry's underlying storage if desired by another version entry. More...

Public Member Functions

 entry_value_access (entry_t const *entry_ptr)
 
T const & operator() (void) const
 

Detailed Description

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

Lazily provides access to the value in an edge version entry's underlying storage if desired by another version entry.

Used to allow access to the full version value by filtered version entry list if needed to satisfy notifications.


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