IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
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 |
Adaptor class to implement the ::begin() and ::end() interface for linear partitioner for graph.