|
My library
Library for common tasks
|
#include <types.h>
Data Fields | |
| spec_t | type |
| The type of the elements contained by the ArrayList. Refer to spec_t. More... | |
| void * | body |
| Void pointer to the first element of the ArrayList. More... | |
| unsigned int | size |
| The number of elements contained by the ArrayList. More... | |
ArrayList type
| void* ArrayList::body |
Void pointer to the first element of the ArrayList.
| unsigned int ArrayList::size |
The number of elements contained by the ArrayList.