Xiqual 0.9.1

In file xitools/hash.c:

void hash_addnode

(struct HashTable* h, HashNode* n)

Ignorantly add a node to a hash table.

Documentation

Ignorantly add a node to a hash table. This function is blithely ignorant of table limits. You may add any number of nodes to a hash table, but prepare for decreasing performance as the chains grow larger.
Parameters:
- h Hash table to add node to.
n - Node returned by hash_newnode().
Author:
Ronny Bangsund
See Also:
hash_newnode(), hash_merge(), HashNode, HashTable

Alphabetic index



This page was generated with the help of DOC++.