#include <hashtable.h>
Public Methods | |
unsigned long | operator() (const XmlChar *s) const |
Hashing of a const XmlChar string. | |
unsigned long | operator() (char x) const |
Hashing of a char. | |
unsigned long | operator() (unsigned char x) const |
Hashing of an unsigned char. | |
unsigned long | operator() (int x) const |
Hashing of an integer. | |
unsigned long | operator() (unsigned int x) const |
Hashing of an unsigned integer. | |
unsigned long | operator() (long x) const |
Hashing of a long. | |
unsigned long | operator() (unsigned long x) const |
Hashing of an unsigned long . |
Key_ | Class representing type for key values. |
size_ | The size of the hash array. |
Definition at line 68 of file hashtable.h.