Blender V2.61 - r43446
Public Attributes

GHash Struct Reference

#include <BLI_ghash.h>

List of all members.

Public Attributes

GHashHashFP hashfp
GHashCmpFP cmpfp
Entry ** buckets
struct BLI_mempoolentrypool
int nbuckets
int nentries
int cursize

Detailed Description

Definition at line 51 of file BLI_ghash.h.


Member Data Documentation

Definition at line 53 of file BLI_ghash.h.

Referenced by BLI_ghash_haskey(), BLI_ghash_lookup(), BLI_ghash_new(), and BLI_ghash_remove().

Definition at line 57 of file BLI_ghash.h.

Referenced by BLI_ghash_insert(), and BLI_ghash_new().

Definition at line 56 of file BLI_ghash.h.

Referenced by BLI_ghash_free(), BLI_ghash_insert(), BLI_ghash_new(), and BLI_ghash_remove().


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