|
IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
#include <ibm_graph_storage.h>
Inherits list< T >.
Public Types | |
|
typedef random_access_iterator < typename base_type::iterator > | iterator |
|
typedef const_random_access_iterator < typename base_type::const_iterator > | const_iterator |
| typedef base_type::value_type | value_type |
Public Member Functions | |
| list_storage (size_t i) | |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | find (const size_t &v) |
| const_iterator | find (size_t v) const |
Private Types | |
| typedef std::list< T > | base_type |
list_storage class
1.8.6