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 | Private Types | List of all members
ibmppl::internal::vector_storage< T > Class Template Reference

#include <ibm_graph_storage.h>

Inherits vector< T >.

Public Types

typedef base_type::iterator iterator
 
typedef base_type::const_iterator const_iterator
 
typedef base_type::value_type value_type
 

Public Member Functions

 vector_storage (size_t i)
 
iterator find (const size_t &v)
 
const_iterator find (const size_t &v) const
 

Private Types

typedef std::vector< T > base_type
 

Detailed Description

template<class T>
class ibmppl::internal::vector_storage< T >

Storage type class for vectors w/ more efficient find operation for graphs built w/ monotonically increasing vertex id


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