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
var buckets
local buckets
unsigned num_buckets
var num_buckets
local num_buckets
unsigned log2_num_buckets
var log2_num_buckets
local log2_num_buckets
unsigned num_items
var num_items
local num_items
struct UT_hash_handletail
var tail
local tail
ptrdiff_t hho
var hho
local hho
unsigned ideal_chain_maxlen
var ideal_chain_maxlen
local ideal_chain_maxlen
unsigned nonideal_items
var nonideal_items
local nonideal_items
unsigned ineff_expands
var ineff_expands
local ineff_expands
unsigned noexpand
var noexpand
local noexpand
uint32_t signature
var signature
local signature

Member Data Documentation

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

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