Array container type. More...
#include <tommyarrayof.h>
Data Fields | |
| void * | bucket [TOMMY_SIZE_BIT] |
| Dynamic array of buckets. More... | |
| tommy_size_t | element_size |
| Size of the stored element in bytes. 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_arrayof_struct::bucket[TOMMY_SIZE_BIT] |
Dynamic array of buckets.
| tommy_size_t tommy_arrayof_struct::element_size |
Size of the stored element in bytes.
| tommy_size_t tommy_arrayof_struct::bucket_max |
Number of buckets.
| tommy_size_t tommy_arrayof_struct::count |
Number of initialized elements in the array.
| tommy_uint_t tommy_arrayof_struct::bucket_bit |
Bits used in the bit mask.