Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

HashTableComparator Struct Reference

Template structure for hashing various data types. More...

#include <hashtable.h>

List of all members.

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.


Detailed Description

Template structure for hashing various data types.

Parameters:
Key_  Class representing type for key values.
size_  The size of the hash array.

Definition at line 111 of file hashtable.h.


The documentation for this struct was generated from the following file:
Generated on Wed Feb 5 10:43:05 2003 for Exalt by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002