Non-const vector.
More...
#include <Vector.h>
|
| Vector (Allocator *alloc, size_t index) |
|
void | push_back (const T &value) |
|
T * | data () |
|
| BaseVector (Allocator *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 |
|
|
size_t | _getSize () const |
|
Allocator * | _parent |
|
const size_t | _index |
|
template<class T>
class zerobuf::Vector< T >
Non-const vector.
- Parameters
-
Definition at line 19 of file Vector.h.
- Parameters
-
alloc | The parent allocator that contains the data. |
index | Index of the vector in the parent allocator dynamic storage |
Definition at line 44 of file Vector.h.
The documentation for this class was generated from the following file: