#include <hashtable.h>
Public Methods | |
bool | compare (XmlChar x, XmlChar y) |
Compare two XmlChars. | |
bool | compare (unsigned char x, unsigned char y) |
Compare two chars. | |
bool | compare (int x, int y) |
Compare two integers. | |
bool | compare (unsigned int x, unsigned int y) |
Compare two unsigned integers. | |
bool | compare (long x, long y) |
Compare two longs. | |
bool | compare (unsigned long x, unsigned long y) |
Compare two unsigned longs. | |
bool | compare (XmlChar *x, XmlChar *y) |
Compare two XmlChar strings. |
Key_ | Class representing type for key values. |
size_ | The size of the hash array. |
Definition at line 111 of file hashtable.h.