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

Public Member Functions | |
| HashsetCachedNodeEntry () | |
| HashsetCachedNodeEntry (const HashsetCachedNodeEntry &e) | |
| HashsetCachedNodeEntry (const C &key, SPInt next) | |
| HashsetCachedNodeEntry (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 |
| UPInt | HashValue |
| C | Value |
Definition at line 1083 of file OVR_Hash.h.
|
inline |
Definition at line 1091 of file OVR_Hash.h.
|
inline |
Definition at line 1093 of file OVR_Hash.h.
|
inline |
Definition at line 1095 of file OVR_Hash.h.
|
inline |
Definition at line 1097 of file OVR_Hash.h.
|
inline |
Definition at line 1105 of file OVR_Hash.h.
|
inline |
Definition at line 1112 of file OVR_Hash.h.
|
inline |
Definition at line 1102 of file OVR_Hash.h.
|
inline |
Definition at line 1100 of file OVR_Hash.h.
|
inline |
Definition at line 1101 of file OVR_Hash.h.
|
inline |
Definition at line 1103 of file OVR_Hash.h.
| UPInt OVR::HashsetCachedNodeEntry< C, HashF >::HashValue |
Definition at line 1088 of file OVR_Hash.h.
| SPInt OVR::HashsetCachedNodeEntry< C, HashF >::NextInChain |
Definition at line 1087 of file OVR_Hash.h.
| C OVR::HashsetCachedNodeEntry< C, HashF >::Value |
Definition at line 1089 of file OVR_Hash.h.