#include <lookup.h>
Static Public Methods | |
| int | find (const struct HashTable *table, const UString &s) |
| const HashEntry * | findEntry (const struct HashTable *table, const UString &s) |
| unsigned int | hash (const UString &key) |
Definition at line 97 of file lookup.h.
|
||||||||||||
|
Find an entry in the table, and return its value (i.e. the value field of HashEntry) |
|
||||||||||||
|
Find an entry in the table, and return the entry This variant gives access to the other attributes of the entry, especially the attr field. |
|
|
Calculate the hash value for a given key |
1.2.18