Public Attributes | |
| void * | data |
| u32 | size |
| u32 | capacity |
| u32 | elem_size |
| MEM_Allocator * | allocator |
Definition at line 8 of file cl_vector.c.
| MEM_Allocator* __Vector::allocator |
Definition at line 12 of file cl_vector.c.
| u32 __Vector::capacity |
Definition at line 11 of file cl_vector.c.
| void* __Vector::data |
Definition at line 10 of file cl_vector.c.
| u32 __Vector::elem_size |
Definition at line 11 of file cl_vector.c.
| u32 __Vector::size |
Definition at line 11 of file cl_vector.c.