|
||
class THashFunction32;
A templated class which packages a function that calculates a 32 bit hash value from a key of templated type.
A THashFunction32<T> object is constructed and passed as a parameter to member functions of the hash table classes RHashSet<T>, RPtrHashSet<T>, RHashMap<T,V> and RPtrHashMap<T,V>.
Defined in THashFunction32
:
RHashSet
A templated class which implements an unordered extensional set of objects of ty...RPtrHashSet
A templated class which implements an unordered extensional set of objects of ty...RHashMap
A templated class which implements an associative array with key type K and valu...RPtrHashMap
A templated class which implements an associative array with key type K and valu...inline THashFunction32(TUint32(*aHashFunc)(const T &));
|