|
libstd v0.1.0
|
Node structure representing an element in the vector. More...
#include <vector.h>

Public Attributes | |
| void * | data |
| struct VectorNode * | next |
Node structure representing an element in the vector.
| void* VectorNode::data |
Pointer to the stored element data.
| struct VectorNode* VectorNode::next |
Pointer to the next node in the sequence.