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

Lazily provides access to the edge_version_storage associated with an edge version entry if desired by another version entry. More...

Public Member Functions

 entry_storage_access (entry_t const *entry_ptr)
 
edge_version_storage< T > const & operator() (void) const
 

Detailed Description

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

Lazily provides access to the edge_version_storage associated with an edge version entry if desired by another version entry.

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


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