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

Edge Iterator Adaptor for filtering out specific edge properties (const).The property adaptor used in this iterator is default constructed. More...

Public Member Functions

 const_ea_iterator (EdgeIterator iterator)
 
template<typename _Iter , typename _PA >
 const_ea_iterator (const ea_iterator< _Iter, _PA > &_other)
 
value_type operator* () const
 
vertex_descriptor source () const
 
vertex_descriptor target () const
 
size_t id () const
 
value_type property () const
 

Public Types

typedef PropertyAdaptor::result_type value_type
 
typedef EdgeIterator::vertex_descriptor vertex_descriptor
 

Detailed Description

template<typename EdgeIterator, class PropertyAdaptor>
class stapl::const_ea_iterator< EdgeIterator, PropertyAdaptor >

Edge Iterator Adaptor for filtering out specific edge properties (const).

The property adaptor used in this iterator is default constructed.


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