|
Cthulhu
0.2.10
Cthulhu compiler collection
|
A vector with a fixed type size. More...
#include <vector.h>

Public Member Functions | |
| STA_FIELD_SIZE (size) void *data | |
| The data of the vector. More... | |
Data Fields | |
| arena_t * | arena |
| size_t | size |
| The number of elements allocated. More... | |
| size_t | used |
| The number of elements used. More... | |
| size_t | width |
| The size of each element. More... | |
A vector with a fixed type size.
| typevec_t::STA_FIELD_SIZE | ( | size | ) |
The data of the vector.