CommonLibSSE NG
Loading...
Searching...
No Matches
RE::GHashsetCachedNodeEntry< T, Hash > Class Template Reference

#include <GHashsetCachedNodeEntry.h>

Public Member Functions

 GHashsetCachedNodeEntry ()
 
 GHashsetCachedNodeEntry (const GHashsetCachedNodeEntry &a_entry)
 
 GHashsetCachedNodeEntry (const T &a_key, SPInt a_next)
 
 GHashsetCachedNodeEntry (const typename T::NodeRef &a_keyRef, SPInt a_next)
 
bool IsEmpty () const
 
bool IsEndOfChain () const
 
UPInt GetCachedHash (UPInt a_maskValue) const
 
void SetCachedHash (UPInt a_hashValue)
 
void Clear ()
 
void Free ()
 

Public Attributes

SPInt nextInChain
 
UPInt hashValue
 
value
 

Constructor & Destructor Documentation

◆ GHashsetCachedNodeEntry() [1/4]

template<class T , class Hash >
RE::GHashsetCachedNodeEntry< T, Hash >::GHashsetCachedNodeEntry ( )
inline

◆ GHashsetCachedNodeEntry() [2/4]

template<class T , class Hash >
RE::GHashsetCachedNodeEntry< T, Hash >::GHashsetCachedNodeEntry ( const GHashsetCachedNodeEntry< T, Hash > &  a_entry)
inline

◆ GHashsetCachedNodeEntry() [3/4]

template<class T , class Hash >
RE::GHashsetCachedNodeEntry< T, Hash >::GHashsetCachedNodeEntry ( const T &  a_key,
SPInt  a_next 
)
inline

◆ GHashsetCachedNodeEntry() [4/4]

template<class T , class Hash >
RE::GHashsetCachedNodeEntry< T, Hash >::GHashsetCachedNodeEntry ( const typename T::NodeRef &  a_keyRef,
SPInt  a_next 
)
inline

Member Function Documentation

◆ Clear()

template<class T , class Hash >
void RE::GHashsetCachedNodeEntry< T, Hash >::Clear ( )
inline

◆ Free()

template<class T , class Hash >
void RE::GHashsetCachedNodeEntry< T, Hash >::Free ( )
inline

◆ GetCachedHash()

template<class T , class Hash >
UPInt RE::GHashsetCachedNodeEntry< T, Hash >::GetCachedHash ( UPInt  a_maskValue) const
inline

◆ IsEmpty()

template<class T , class Hash >
bool RE::GHashsetCachedNodeEntry< T, Hash >::IsEmpty ( ) const
inline

◆ IsEndOfChain()

template<class T , class Hash >
bool RE::GHashsetCachedNodeEntry< T, Hash >::IsEndOfChain ( ) const
inline

◆ SetCachedHash()

template<class T , class Hash >
void RE::GHashsetCachedNodeEntry< T, Hash >::SetCachedHash ( UPInt  a_hashValue)
inline

Member Data Documentation

◆ hashValue

template<class T , class Hash >
UPInt RE::GHashsetCachedNodeEntry< T, Hash >::hashValue

◆ nextInChain

template<class T , class Hash >
SPInt RE::GHashsetCachedNodeEntry< T, Hash >::nextInChain

◆ value

template<class T , class Hash >
T RE::GHashsetCachedNodeEntry< T, Hash >::value

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