IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
Traits describes basic types and storage types used in representing the graph. More...
#include <ibm_graph.h>
Public Types | |
typedef VP | vertex_property |
typedef EP | edge_property |
typedef size_t | vertexd_type |
typedef size_t | edged_type |
typedef Edge< EP, Directedness > | edge_type |
typedef internal::_list_storage_with_index < edge_type, std::list < edge_type > > | edgelist_type |
typedef Vertex< VP, edgelist_type, Directedness > | vertex_type |
typedef internal::vector_storage < vertex_type > | storage_type |
typedef vertex_type::edge_iterator | edge_iterator |
typedef vertex_type::const_edge_iterator | const_edge_iterator |
Traits describes basic types and storage types used in representing the graph.
adj_list_vector_storage_traits: types used to represent adjacency vector