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

Node to anchor an element within a hash. More...

#include <hash.h>

Detailed Description

Node to anchor an element within a hash.

Users of the hash object declare this object within another object as follows:

struct object {
...
struct cstl_hash_node hnode;
...
};
Node to anchor an element within a hash.
Definition hash.h:57

When calling cstl_hash_init(), the caller passes the offset of hnode within their object as the off parameter of that function, e.g.

offsetof(struct object, hnode)

Definition at line 56 of file hash.h.


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