#include <OVR_Hash.h>
Public Member Functions | |
void | Clear () |
void | Free () |
UPInt | GetCachedHash (UPInt maskValue) const |
HashsetEntry () | |
HashsetEntry (const HashsetEntry &e) | |
HashsetEntry (const C &key, SPInt next) | |
bool | IsEmpty () const |
bool | IsEndOfChain () const |
void | SetCachedHash (UPInt) |
Public Attributes | |
SPInt | NextInChain |
C | Value |
Definition at line 104 of file OVR_Hash.h.
OVR::HashsetEntry< C, HashF >::HashsetEntry | ( | ) | [inline] |
Definition at line 111 of file OVR_Hash.h.
OVR::HashsetEntry< C, HashF >::HashsetEntry | ( | const HashsetEntry< C, HashF > & | e | ) | [inline] |
Definition at line 113 of file OVR_Hash.h.
OVR::HashsetEntry< C, HashF >::HashsetEntry | ( | const C & | key, |
SPInt | next | ||
) | [inline] |
Definition at line 115 of file OVR_Hash.h.
void OVR::HashsetEntry< C, HashF >::Clear | ( | ) | [inline] |
Definition at line 126 of file OVR_Hash.h.
void OVR::HashsetEntry< C, HashF >::Free | ( | ) | [inline] |
Definition at line 133 of file OVR_Hash.h.
UPInt OVR::HashsetEntry< C, HashF >::GetCachedHash | ( | UPInt | maskValue | ) | const [inline] |
Definition at line 123 of file OVR_Hash.h.
bool OVR::HashsetEntry< C, HashF >::IsEmpty | ( | ) | const [inline] |
Definition at line 118 of file OVR_Hash.h.
bool OVR::HashsetEntry< C, HashF >::IsEndOfChain | ( | ) | const [inline] |
Definition at line 119 of file OVR_Hash.h.
void OVR::HashsetEntry< C, HashF >::SetCachedHash | ( | UPInt | ) | [inline] |
Definition at line 124 of file OVR_Hash.h.
SPInt OVR::HashsetEntry< C, HashF >::NextInChain |
Definition at line 108 of file OVR_Hash.h.
C OVR::HashsetEntry< C, HashF >::Value |
Definition at line 109 of file OVR_Hash.h.