libcstl
|
Hash object. More...
#include <hash.h>
Hash object.
Callers declare or allocate an object of this type to instantiate a hash. Users are encouraged to declare (and initialize) this object with the DECLARE_CSTL_HASH() macro. Any other declaration or allocation must be initialized via cstl_hash_init().
struct cstl_hash_node* cstl_hash::n |