STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Protected Attributes | Friends
stapl::const_property_accessor< Container > Class Template Reference

Accessor for the property on vertices of a graph providing read-only access. More...

Public Member Functions

bool is_null () const
 
 const_property_accessor (null_reference const &)
 
 const_property_accessor (const_property_accessor const &other)
 
 const_property_accessor (container_type const *container, index_type const &index)
 
value_type read () const
 
value_type ref () const
 
template<typename F >
F::result_type apply_get (F const &f) const
 

Public Types

typedef Container container_type
 
typedef container_traits< Container >::gid_type index_type
 
typedef const container_traits< Container >::value_type::property_type value_type
 

Protected Attributes

container_type const * m_container
 
index_type m_index
 

Friends

template<typename Derived , typename A , typename C , typename D >
class iterator_facade
 
class accessor_core_access
 

Detailed Description

template<typename Container>
class stapl::const_property_accessor< Container >

Accessor for the property on vertices of a graph providing read-only access.

Template Parameters
ContainerType of the pGraph container.

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