|
| BaseVector (A *alloc, size_t index) |
|
const T & | operator[] (size_t index) const |
|
bool | empty () const |
|
uint64_t | size () const |
|
const T * | data () const |
|
bool | operator== (const BaseVector &rhs) const |
|
bool | operator!= (const BaseVector &rhs) const |
|
|
A * | _parent |
|
const size_t | _index |
|
template<class A, class T>
class zerobuf::BaseVector< A, T >
Definition at line 25 of file BaseVector.h.
template<class A, class T >
- Parameters
-
alloc | The parent allocator that contains the data. |
index | Index of the vector in the parent allocator dynamic storage |
Definition at line 55 of file BaseVector.h.
The documentation for this class was generated from the following file: