librnr  1.14.5
RoadNarrows Robotics Common Library 1
hscan_t Struct Reference

Hash scanner structure. More...

#include <hash.h>

Public Attributes

hash_thash
 Note 1.
 
hash_val_t chain
 Note 2.
 
hnode_tnext
 Note 3.
 

Detailed Description

Hash scanner structure.

The scanner is used for traversals of the data structure.

Notes:
1. Pointer to the hash table that is being traversed.
2. Reference to the current chain in the table being traversed (the chain that contains the next node that shall be retrieved).
3. Pointer to the node that will be retrieved by the subsequent call to hash_scan_next().

Definition at line 302 of file hash.h.


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