Bike-X
0.8
|
#include "OVR_Hash.h"
Public Member Functions | |
HashsetCachedEntry () | |
HashsetCachedEntry (const HashsetCachedEntry &e) | |
HashsetCachedEntry (const C &key, SPInt next) | |
bool | IsEmpty () const |
bool | IsEndOfChain () const |
UPInt | GetCachedHash (UPInt maskValue) const |
void | SetCachedHash (UPInt hashValue) |
void | Clear () |
void | Free () |
Data Fields | |
SPInt | NextInChain |
UPInt | HashValue |
C | Value |
Definition at line 150 of file OVR_Hash.h.
|
inline |
Definition at line 158 of file OVR_Hash.h.
|
inline |
Definition at line 160 of file OVR_Hash.h.
|
inline |
Definition at line 162 of file OVR_Hash.h.
|
inline |
Definition at line 173 of file OVR_Hash.h.
|
inline |
Definition at line 180 of file OVR_Hash.h.
|
inline |
Definition at line 170 of file OVR_Hash.h.
|
inline |
Definition at line 165 of file OVR_Hash.h.
|
inline |
Definition at line 166 of file OVR_Hash.h.
|
inline |
Definition at line 171 of file OVR_Hash.h.
UPInt OVR::HashsetCachedEntry< C, HashF >::HashValue |
Definition at line 155 of file OVR_Hash.h.
SPInt OVR::HashsetCachedEntry< C, HashF >::NextInChain |
Definition at line 154 of file OVR_Hash.h.
C OVR::HashsetCachedEntry< C, HashF >::Value |
Definition at line 156 of file OVR_Hash.h.