libcstl
Loading...
Searching...
No Matches
cstl_hash Struct Reference

Hash object. More...

#include <hash.h>

Detailed Description

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().

Definition at line 84 of file hash.h.

Field Documentation

◆ clean

size_t cstl_hash::clean

Definition at line 127 of file hash.h.

◆ cst

bool cstl_hash::cst

Definition at line 99 of file hash.h.

◆ n

struct cstl_hash_node* cstl_hash::n

Definition at line 93 of file hash.h.


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