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

#include <GHashsetCachedEntry.h>

Public Member Functions

 GHashsetCachedEntry ()
 
 GHashsetCachedEntry (const GHashsetCachedEntry &a_entry)
 
 GHashsetCachedEntry (const T &a_key, 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

◆ GHashsetCachedEntry() [1/3]

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

◆ GHashsetCachedEntry() [2/3]

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

◆ GHashsetCachedEntry() [3/3]

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

Member Function Documentation

◆ Clear()

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

◆ Free()

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

◆ GetCachedHash()

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

◆ IsEmpty()

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

◆ IsEndOfChain()

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

◆ SetCachedHash()

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

Member Data Documentation

◆ hashValue

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

◆ nextInChain

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

◆ value

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

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