#include <OVR_Hash.h>
Public Member Functions | |
void | Clear () |
void | Free () |
UPInt | GetCachedHash (UPInt maskValue) const |
HashsetNodeEntry () | |
HashsetNodeEntry (const HashsetNodeEntry &e) | |
HashsetNodeEntry (const C &key, SPInt next) | |
HashsetNodeEntry (const typename C::NodeRef &keyRef, SPInt next) | |
bool | IsEmpty () const |
bool | IsEndOfChain () const |
void | SetCachedHash (UPInt hashValue) |
Public Attributes | |
SPInt | NextInChain |
C | Value |
Definition at line 1038 of file OVR_Hash.h.
OVR::HashsetNodeEntry< C, HashF >::HashsetNodeEntry | ( | ) | [inline] |
Definition at line 1045 of file OVR_Hash.h.
OVR::HashsetNodeEntry< C, HashF >::HashsetNodeEntry | ( | const HashsetNodeEntry< C, HashF > & | e | ) | [inline] |
Definition at line 1047 of file OVR_Hash.h.
OVR::HashsetNodeEntry< C, HashF >::HashsetNodeEntry | ( | const C & | key, |
SPInt | next | ||
) | [inline] |
Definition at line 1049 of file OVR_Hash.h.
OVR::HashsetNodeEntry< C, HashF >::HashsetNodeEntry | ( | const typename C::NodeRef & | keyRef, |
SPInt | next | ||
) | [inline] |
Definition at line 1051 of file OVR_Hash.h.
void OVR::HashsetNodeEntry< C, HashF >::Clear | ( | ) | [inline] |
Definition at line 1059 of file OVR_Hash.h.
void OVR::HashsetNodeEntry< C, HashF >::Free | ( | ) | [inline] |
Definition at line 1066 of file OVR_Hash.h.
UPInt OVR::HashsetNodeEntry< C, HashF >::GetCachedHash | ( | UPInt | maskValue | ) | const [inline] |
Definition at line 1056 of file OVR_Hash.h.
bool OVR::HashsetNodeEntry< C, HashF >::IsEmpty | ( | ) | const [inline] |
Definition at line 1054 of file OVR_Hash.h.
bool OVR::HashsetNodeEntry< C, HashF >::IsEndOfChain | ( | ) | const [inline] |
Definition at line 1055 of file OVR_Hash.h.
void OVR::HashsetNodeEntry< C, HashF >::SetCachedHash | ( | UPInt | hashValue | ) | [inline] |
Definition at line 1057 of file OVR_Hash.h.
SPInt OVR::HashsetNodeEntry< C, HashF >::NextInChain |
Definition at line 1042 of file OVR_Hash.h.
C OVR::HashsetNodeEntry< C, HashF >::Value |
Definition at line 1043 of file OVR_Hash.h.