Bike-X
0.8
|
#include "OVR_Hash.h"
Data Structures | |
struct | NodeAltHashF |
struct | NodeHashF |
struct | NodeRef |
Public Types | |
typedef HashNode< C, U, HashF > | SelfType |
typedef C | FirstType |
typedef U | SecondType |
Public Member Functions | |
HashNode (const HashNode &src) | |
HashNode (const NodeRef &src) | |
void | operator= (const NodeRef &src) |
template<class K > | |
bool | operator== (const K &src) const |
UPInt | GetHash () const |
Static Public Member Functions | |
template<class K > | |
static UPInt | CalcHash (const K &data) |
Data Fields | |
C | First |
U | Second |
Definition at line 987 of file OVR_Hash.h.
typedef C OVR::HashNode< C, U, HashF >::FirstType |
Definition at line 990 of file OVR_Hash.h.
typedef U OVR::HashNode< C, U, HashF >::SecondType |
Definition at line 991 of file OVR_Hash.h.
typedef HashNode<C, U, HashF> OVR::HashNode< C, U, HashF >::SelfType |
Definition at line 989 of file OVR_Hash.h.
|
inline |
Definition at line 1013 of file OVR_Hash.h.
|
inline |
Definition at line 1014 of file OVR_Hash.h.
|
inlinestatic |
Definition at line 1021 of file OVR_Hash.h.
|
inline |
Definition at line 1022 of file OVR_Hash.h.
|
inline |
Definition at line 1015 of file OVR_Hash.h.
|
inline |
Definition at line 1018 of file OVR_Hash.h.
C OVR::HashNode< C, U, HashF >::First |
Definition at line 993 of file OVR_Hash.h.
U OVR::HashNode< C, U, HashF >::Second |
Definition at line 994 of file OVR_Hash.h.