IBM SYSTEMG G RUNTIME & NATIVE STORE  0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
 All Classes Functions Variables Typedefs Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
ibmppl::graph_vertex_iterator< G > Class Template Reference

Adaptor class to implement the ::begin() and ::end() interface for linear partitioner for graph. More...

#include <for_each.h>

Public Types

typedef G::vertex_iterator iterator
 
typedef G::const_vertex_iterator const_iterator
 

Public Member Functions

 graph_vertex_iterator (G &g)
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
size_t size () const
 

Protected Attributes

G & _g
 

Detailed Description

template<class G>
class ibmppl::graph_vertex_iterator< G >

Adaptor class to implement the ::begin() and ::end() interface for linear partitioner for graph.


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