#include <cstring>
#include "defs.h"
#include "collection.h"
#include "debug.h"
#include "xmldefs.h"
#include "xmlchar.h"
Go to the source code of this file.
Compounds | |
class | HashTable |
Template class representing a hash array. More... | |
class | HashTableBucket |
Template class representing one bucket in the HashTable. More... | |
struct | HashTableComparator |
Template structure for hashing various data types. More... | |
struct | HashTableHash |
Template structure for hashing various data types. More... | |
struct | HashTableItem |
Template class representing one item in the HashTable. More... | |
Functions | |
unsigned long | hashXmlString (const XmlChar *s) |
Simple hash function for hashing XmlChar strings. More... |
This file contains definition of HashTable template class.
Definition in file hashtable.h.
|
Simple hash function for hashing XmlChar strings.
This function hashes given XmlChar string depending on the values of its characters.
Definition at line 50 of file hashtable.h. References XmlChar. Referenced by HashTableHash::operator(). |