|
Bike-X
0.8
|
#include "OVR_Hash.h"

Public Member Functions | |
| 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 |
| UPInt | GetCachedHash (UPInt maskValue) const |
| void | SetCachedHash (UPInt hashValue) |
| void | Clear () |
| void | Free () |
Data Fields | |
| SPInt | NextInChain |
| C | Value |
Definition at line 1049 of file OVR_Hash.h.
|
inline |
Definition at line 1056 of file OVR_Hash.h.
|
inline |
Definition at line 1058 of file OVR_Hash.h.
|
inline |
Definition at line 1060 of file OVR_Hash.h.
|
inline |
Definition at line 1062 of file OVR_Hash.h.
|
inline |
Definition at line 1070 of file OVR_Hash.h.
|
inline |
Definition at line 1077 of file OVR_Hash.h.
|
inline |
Definition at line 1067 of file OVR_Hash.h.
|
inline |
Definition at line 1065 of file OVR_Hash.h.
|
inline |
Definition at line 1066 of file OVR_Hash.h.
|
inline |
Definition at line 1068 of file OVR_Hash.h.
| SPInt OVR::HashsetNodeEntry< C, HashF >::NextInChain |
Definition at line 1053 of file OVR_Hash.h.
| C OVR::HashsetNodeEntry< C, HashF >::Value |
Definition at line 1054 of file OVR_Hash.h.