#include <nodehvs.h>
Collaboration diagram for _nhvs_tree_node:
Data Fields | |
_nhvs_seq_list * | first |
The pointer to the list of node values (with sequence numbers). | |
nhash_t | hash_value |
Incomplete nhash_t value. | |
int | last_id |
last id given. | |
_nhvs_tree_node * | left |
Left subtree. | |
_nhvs_tree_node * | right |
Right subtree. |
NHVS Tree is a simple binary search tree that handles fast search of the given hash_value
|
The pointer to the list of node values (with sequence numbers).
|
|
Incomplete nhash_t value. The sequece field is set to 0x00 and must not be interpreted. |
|
last id given. Only sencible for nhvs-servers
|
|
Left subtree.
|
|
Right subtree.
|