IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
property(subproperty) iterator type More...
#include <ibm_generic_graph.h>
Public Member Functions | |
_subproperty_iterator_t (const vertex_iterator &it, size_t pid=(size_t)-1) | |
_subproperty_iterator_t (const edge_iterator &it, size_t pid=(size_t)-1) | |
void | operator++ (int xx) |
void | operator++ () |
bool | operator== (const _subproperty_iterator_t &rhs) |
bool | operator!= (const _subproperty_iterator_t &rhs) |
_subproperty_iterator_t * | operator-> () |
std::string | subproperty_name () |
return subproperty name More... | |
std::string | subproperty_value () |
return subproperty value More... | |
Protected Attributes | |
vertex_iterator | _vertex_iter |
edge_iterator | _edge_iter |
bool | _is_edge |
size_t | _cur_propid |
property(subproperty) iterator type
|
inline |
return subproperty name
|
inline |
return subproperty value