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

Wrapper to provide an edge view for the adjacents of a vertex. More...

Public Member Functions

 ve_view (C &cref)
 Create an edge view around the specified edgelist.
 
iterator begin () const
 Return the beginning of the edgelist.
 
iterator end () const
 Return the end of the edgelist.
 
size_t size () const
 Return the size of the edgelist.
 

Public Types

typedef Iter::value_type reference
 
typedef Iter::value_type value_type
 
typedef Iter iterator
 

Detailed Description

template<class C, class Iter>
class stapl::sequential::ve_view< C, Iter >

Wrapper to provide an edge view for the adjacents of a vertex.

Template Parameters
CThe edgelist container type.
IterThe type of the adjacent edge iterator.

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