Array container type. More...
#include <tommyarray.h>
Data Fields | |
| void ** | bucket [TOMMY_SIZE_BIT] |
| Dynamic array of buckets. More... | |
| tommy_size_t | bucket_max |
| Number of buckets. More... | |
| tommy_size_t | count |
| Number of initialized elements in the array. More... | |
| tommy_uint_t | bucket_bit |
| Bits used in the bit mask. More... | |
Array container type.
| void** tommy_array_struct::bucket[TOMMY_SIZE_BIT] |
Dynamic array of buckets.
| tommy_size_t tommy_array_struct::bucket_max |
Number of buckets.
| tommy_size_t tommy_array_struct::count |
Number of initialized elements in the array.
| tommy_uint_t tommy_array_struct::bucket_bit |
Bits used in the bit mask.