|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Entry holding key-value pair in hash table. More...
#include <oa_hash.h>
Data Fields | |
| enum oa_hash_entry_state | state |
| struct { | |
| const char * buf | |
| size_t length | |
| } | key |
| void * | value |
Entry holding key-value pair in hash table.
| enum oa_hash_entry_state oa_hash_entry::state |
entry state
| const char* oa_hash_entry::buf |
key buffer
| size_t oa_hash_entry::length |
key length
| struct { ... } oa_hash_entry::key |
| void* oa_hash_entry::value |
value pointer