![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
#include <yacht_internals.h>
Data Fields | |
size_t | size |
Size of bucket array. More... | |
size_t | mask |
Mask for hash table bucket array. More... | |
int * | buckets |
Hash table buckets (keys). More... | |
void ** | values |
Values associated with keys, if any. More... | |
Definition at line 26 of file yacht_internals.h.
size_t yacht::size |
Size of bucket array.
Definition at line 27 of file yacht_internals.h.
size_t yacht::mask |
Mask for hash table bucket array.
Definition at line 28 of file yacht_internals.h.
int* yacht::buckets |
Hash table buckets (keys).
Definition at line 29 of file yacht_internals.h.
void** yacht::values |
Values associated with keys, if any.
Definition at line 30 of file yacht_internals.h.