|
libsheepy
|
array More...
#include <libsheepySmall.h>
Data Fields | |
| char | type |
| uint32_t | count |
| uint32_t | maxCount |
| smallt * | data |
array
count amount of elements in the array maxCount is the maximum amount of elements, when count exceeds maxCount, the array is reallocated
Definition at line 158 of file libsheepySmall.h.
| char sArrayt::type |
Definition at line 159 of file libsheepySmall.h.
| uint32_t sArrayt::count |
Definition at line 160 of file libsheepySmall.h.
| uint32_t sArrayt::maxCount |
Definition at line 161 of file libsheepySmall.h.
| smallt* sArrayt::data |
Definition at line 163 of file libsheepySmall.h.
1.8.13