|
libsheepy
|
dictionary More...
#include <libsheepySmall.h>
Data Fields | |
| char | type |
| uint32_t | count |
| uint32_t | maxCount |
| sDictElemt | elements |
dictionary
count amount of elements in the dictionary maxCount is the maximum amount of elements, when count exceeds maxCount, the dictionary is reallocated
Definition at line 109 of file libsheepySmall.h.
| char sDictt::type |
Definition at line 110 of file libsheepySmall.h.
| uint32_t sDictt::count |
Definition at line 111 of file libsheepySmall.h.
| uint32_t sDictt::maxCount |
Definition at line 112 of file libsheepySmall.h.
| sDictElemt sDictt::elements |
Definition at line 114 of file libsheepySmall.h.
1.8.13