Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR::HashsetCachedEntry< C, HashF > Class Template Reference

#include "OVR_Hash.h"

Collaboration diagram for OVR::HashsetCachedEntry< C, HashF >:
Collaboration graph

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
 
Value
 

Detailed Description

template<class C, class HashF>
class OVR::HashsetCachedEntry< C, HashF >

Definition at line 150 of file OVR_Hash.h.

Constructor & Destructor Documentation

template<class C , class HashF >
OVR::HashsetCachedEntry< C, HashF >::HashsetCachedEntry ( )
inline

Definition at line 158 of file OVR_Hash.h.

template<class C , class HashF >
OVR::HashsetCachedEntry< C, HashF >::HashsetCachedEntry ( const HashsetCachedEntry< C, HashF > &  e)
inline

Definition at line 160 of file OVR_Hash.h.

template<class C , class HashF >
OVR::HashsetCachedEntry< C, HashF >::HashsetCachedEntry ( const C &  key,
SPInt  next 
)
inline

Definition at line 162 of file OVR_Hash.h.

Member Function Documentation

template<class C , class HashF >
void OVR::HashsetCachedEntry< C, HashF >::Clear ( void  )
inline

Definition at line 173 of file OVR_Hash.h.

template<class C , class HashF >
void OVR::HashsetCachedEntry< C, HashF >::Free ( )
inline

Definition at line 180 of file OVR_Hash.h.

template<class C , class HashF >
UPInt OVR::HashsetCachedEntry< C, HashF >::GetCachedHash ( UPInt  maskValue) const
inline

Definition at line 170 of file OVR_Hash.h.

template<class C , class HashF >
bool OVR::HashsetCachedEntry< C, HashF >::IsEmpty ( void  ) const
inline

Definition at line 165 of file OVR_Hash.h.

template<class C , class HashF >
bool OVR::HashsetCachedEntry< C, HashF >::IsEndOfChain ( ) const
inline

Definition at line 166 of file OVR_Hash.h.

template<class C , class HashF >
void OVR::HashsetCachedEntry< C, HashF >::SetCachedHash ( UPInt  hashValue)
inline

Definition at line 171 of file OVR_Hash.h.

Field Documentation

template<class C , class HashF >
UPInt OVR::HashsetCachedEntry< C, HashF >::HashValue

Definition at line 155 of file OVR_Hash.h.

template<class C , class HashF >
SPInt OVR::HashsetCachedEntry< C, HashF >::NextInChain

Definition at line 154 of file OVR_Hash.h.

template<class C , class HashF >
C OVR::HashsetCachedEntry< C, HashF >::Value

Definition at line 156 of file OVR_Hash.h.


The documentation for this class was generated from the following file: