Bike-X
0.8
|
#include "OVR_Hash.h"
Public Member Functions | |
HashsetEntry () | |
HashsetEntry (const HashsetEntry &e) | |
HashsetEntry (const C &key, SPInt next) | |
bool | IsEmpty () const |
bool | IsEndOfChain () const |
UPInt | GetCachedHash (UPInt maskValue) const |
void | SetCachedHash (UPInt) |
void | Clear () |
void | Free () |
Data Fields | |
SPInt | NextInChain |
C | Value |
Definition at line 115 of file OVR_Hash.h.
|
inline |
Definition at line 122 of file OVR_Hash.h.
|
inline |
Definition at line 124 of file OVR_Hash.h.
|
inline |
Definition at line 126 of file OVR_Hash.h.
|
inline |
Definition at line 137 of file OVR_Hash.h.
|
inline |
Definition at line 144 of file OVR_Hash.h.
|
inline |
Definition at line 134 of file OVR_Hash.h.
|
inline |
Definition at line 129 of file OVR_Hash.h.
|
inline |
Definition at line 130 of file OVR_Hash.h.
|
inline |
Definition at line 135 of file OVR_Hash.h.
SPInt OVR::HashsetEntry< C, HashF >::NextInChain |
Definition at line 119 of file OVR_Hash.h.
C OVR::HashsetEntry< C, HashF >::Value |
Definition at line 120 of file OVR_Hash.h.