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

#include <GHashsetEntry.h>

Public Member Functions

 GHashsetEntry ()
 
 GHashsetEntry (const GHashsetEntry &a_entry)
 
 GHashsetEntry (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
 
value
 

Constructor & Destructor Documentation

◆ GHashsetEntry() [1/3]

template<class T , class HashF >
RE::GHashsetEntry< T, HashF >::GHashsetEntry ( )
inline

◆ GHashsetEntry() [2/3]

template<class T , class HashF >
RE::GHashsetEntry< T, HashF >::GHashsetEntry ( const GHashsetEntry< T, HashF > &  a_entry)
inline

◆ GHashsetEntry() [3/3]

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

Member Function Documentation

◆ Clear()

template<class T , class HashF >
void RE::GHashsetEntry< T, HashF >::Clear ( )
inline

◆ Free()

template<class T , class HashF >
void RE::GHashsetEntry< T, HashF >::Free ( )
inline

◆ GetCachedHash()

template<class T , class HashF >
UPInt RE::GHashsetEntry< T, HashF >::GetCachedHash ( UPInt  a_maskValue) const
inline

◆ IsEmpty()

template<class T , class HashF >
bool RE::GHashsetEntry< T, HashF >::IsEmpty ( ) const
inline

◆ IsEndOfChain()

template<class T , class HashF >
bool RE::GHashsetEntry< T, HashF >::IsEndOfChain ( ) const
inline

◆ SetCachedHash()

template<class T , class HashF >
void RE::GHashsetEntry< T, HashF >::SetCachedHash ( UPInt  a_hashValue)
inline

Member Data Documentation

◆ nextInChain

template<class T , class HashF >
SPInt RE::GHashsetEntry< T, HashF >::nextInChain

◆ value

template<class T , class HashF >
T RE::GHashsetEntry< T, HashF >::value

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