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

Specialized iterator with property adaptor to filter particular members of the property (const).The property adaptor used in this iterator is default constructed. More...

Public Member Functions

 const_va_iterator (VertexIterator iterator)
 
template<typename Iter , typename Eiter >
 const_va_iterator (const va_iterator< Iter, Eiter, PropertyAdaptor > &other)
 
property_type operator* () const
 
vertex_descriptor descriptor () const
 
property_type property () const
 
EdgeIter begin ()
 
EdgeIter end ()
 
size_t size (void) const
 

Public Types

typedef VertexIterator::vertex_descriptor vertex_descriptor
 
typedef PropertyAdaptor::result_type value_type
 
typedef PropertyAdaptor::result_type property_type
 

Detailed Description

template<typename VertexIterator, class EdgeIter, class PropertyAdaptor>
class stapl::const_va_iterator< VertexIterator, EdgeIter, PropertyAdaptor >

Specialized iterator with property adaptor to filter particular members of the property (const).

The property adaptor used in this iterator is default constructed.


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