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

#include <GHashsetNodeEntry.h>

Public Member Functions

 GHashsetNodeEntry ()
 
 GHashsetNodeEntry (const GHashsetNodeEntry &a_entry)
 
 GHashsetNodeEntry (const T &a_key, SPInt a_next)
 
 GHashsetNodeEntry (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
 
value
 

Constructor & Destructor Documentation

◆ GHashsetNodeEntry() [1/4]

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

◆ GHashsetNodeEntry() [2/4]

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

◆ GHashsetNodeEntry() [3/4]

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

◆ GHashsetNodeEntry() [4/4]

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

Member Function Documentation

◆ Clear()

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

◆ Free()

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

◆ GetCachedHash()

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

◆ IsEmpty()

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

◆ IsEndOfChain()

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

◆ SetCachedHash()

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

Member Data Documentation

◆ nextInChain

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

◆ value

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

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