casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::HashMap_global_functions_hashfunc Struct Reference

Hash functions for standard types. More...

#include <HashMap.h>

List of all members.

Public Member Functions

uInt hashFunc (const String &)
uInt hashFunc (const float &)
uInt hashFunc (const double &)
uInt hashFunc (const int &)
uInt hashFunc (const unsigned &)

Detailed Description

Hash functions for standard types.

Synopsis

These are the declarations for the standard hash functions used by HashMap . In general, a function such as these is defined for each type that is to be used as a key in HashMap .

These hash functions map the key type to any integer. This integer is then used by HashMap to select a bucket in the hash table.

Definition at line 60 of file HashMap.h.


Member Function Documentation


The documentation for this struct was generated from the following file: