#include <uthash.h>
Data Fields | |
struct UT_hash_table * | tbl |
void * | elmt |
void * | prev |
void * | next |
struct UT_hash_handle * | hh_prev |
struct UT_hash_handle * | hh_next |
void * | key |
int | keylen |
unsigned | hashv |
Definition at line 594 of file uthash.h.
struct UT_hash_table* UT_hash_handle::tbl [read] |
void* UT_hash_handle::elmt |
void* UT_hash_handle::prev |
void* UT_hash_handle::next |
struct UT_hash_handle* UT_hash_handle::hh_prev [read] |
struct UT_hash_handle* UT_hash_handle::hh_next [read] |
void* UT_hash_handle::key |
unsigned UT_hash_handle::hashv |