|
unsigned char * | alloc () |
|
void | free () |
|
void | init (uint32_t element_size, uint32_t init_alloc, uint32_t alloc_increment) |
|
void | push_back (void *) |
|
size_t | size () const |
|
void | set_size (size_t v) |
|
|
unsigned char * | buffer |
|
size_t | max_element |
|
uint32_t | alloc_increment |
|
uint32_t | size_of_element |
|
Definition at line 27 of file dynamic_array.h.
The documentation for this class was generated from the following files: