|
libstd v0.1.0
|
Structure representing a generic linked-list-backed Vector. More...
#include <vector.h>

Public Attributes | |
| VectorNode * | head |
| size_t | element_size |
| size_t | size |
Structure representing a generic linked-list-backed Vector.
| size_t Vector::element_size |
Memory size (in bytes) of each stored element.
| VectorNode* Vector::head |
Pointer to the head (first) node of the vector.
| size_t Vector::size |
Total number of elements currently in the vector.