cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
UT_hash_table Struct Reference

#include <uthash.h>

Public Attributes

UT_hash_bucketbuckets
 
unsigned num_buckets
 
unsigned log2_num_buckets
 
unsigned num_items
 
struct UT_hash_handletail
 
ptrdiff_t hho
 
unsigned ideal_chain_maxlen
 
unsigned nonideal_items
 
unsigned ineff_expands
 
unsigned noexpand
 
uint32_t signature
 

Member Data Documentation

UT_hash_bucket* buckets
ptrdiff_t hho
unsigned ideal_chain_maxlen
unsigned ineff_expands
unsigned log2_num_buckets
unsigned noexpand
unsigned nonideal_items
unsigned num_buckets
unsigned num_items
uint32_t signature
struct UT_hash_handle* tail

The documentation for this struct was generated from the following file: