#include <OVR_Hash.h>
Public Member Functions | |
void | Clear () |
void | Free () |
UPInt | GetCachedHash (UPInt maskValue) const |
HashsetCachedEntry () | |
HashsetCachedEntry (const HashsetCachedEntry &e) | |
HashsetCachedEntry (const C &key, SPInt next) | |
bool | IsEmpty () const |
bool | IsEndOfChain () const |
void | SetCachedHash (UPInt hashValue) |
Public Attributes | |
UPInt | HashValue |
SPInt | NextInChain |
C | Value |
Definition at line 139 of file OVR_Hash.h.
OVR::HashsetCachedEntry< C, HashF >::HashsetCachedEntry | ( | ) | [inline] |
Definition at line 147 of file OVR_Hash.h.
OVR::HashsetCachedEntry< C, HashF >::HashsetCachedEntry | ( | const HashsetCachedEntry< C, HashF > & | e | ) | [inline] |
Definition at line 149 of file OVR_Hash.h.
OVR::HashsetCachedEntry< C, HashF >::HashsetCachedEntry | ( | const C & | key, |
SPInt | next | ||
) | [inline] |
Definition at line 151 of file OVR_Hash.h.
void OVR::HashsetCachedEntry< C, HashF >::Clear | ( | ) | [inline] |
Definition at line 162 of file OVR_Hash.h.
void OVR::HashsetCachedEntry< C, HashF >::Free | ( | ) | [inline] |
Definition at line 169 of file OVR_Hash.h.
UPInt OVR::HashsetCachedEntry< C, HashF >::GetCachedHash | ( | UPInt | maskValue | ) | const [inline] |
Definition at line 159 of file OVR_Hash.h.
bool OVR::HashsetCachedEntry< C, HashF >::IsEmpty | ( | ) | const [inline] |
Definition at line 154 of file OVR_Hash.h.
bool OVR::HashsetCachedEntry< C, HashF >::IsEndOfChain | ( | ) | const [inline] |
Definition at line 155 of file OVR_Hash.h.
void OVR::HashsetCachedEntry< C, HashF >::SetCachedHash | ( | UPInt | hashValue | ) | [inline] |
Definition at line 160 of file OVR_Hash.h.
UPInt OVR::HashsetCachedEntry< C, HashF >::HashValue |
Definition at line 144 of file OVR_Hash.h.
SPInt OVR::HashsetCachedEntry< C, HashF >::NextInChain |
Definition at line 143 of file OVR_Hash.h.
C OVR::HashsetCachedEntry< C, HashF >::Value |
Definition at line 145 of file OVR_Hash.h.