#include <ks_assoc.h>
Data Fields | |
| ks_base_t | base |
| char * | key |
| size_t | klen |
| ks_base_t * | data |
Definition at line 40 of file ks_assoc.h.
Definition at line 42 of file ks_assoc.h.
| char* _ks_bucket_t::key |
A NUL terminated string used as index
Definition at line 43 of file ks_assoc.h.
Referenced by ks_assoc_keys().
| size_t _ks_bucket_t::klen |
The length of the key (chars)
Definition at line 44 of file ks_assoc.h.
Referenced by ks_assoc_keys().
A pointer to the data associated with the key
Definition at line 45 of file ks_assoc.h.
Referenced by ks_assoc_get(), and ks_assoc_put().
1.5.1