Entry in a HashTable: code and data. More...
#include <SgHashTable.h>
Public Member Functions | |
SgHashEntry () | |
SgHashEntry (const SgHashCode &code, const DATA &data) | |
Public Attributes | |
SgHashCode | m_hash |
DATA | m_data |
Entry in a HashTable: code and data.
Definition at line 16 of file SgHashTable.h.
SgHashEntry< DATA >::SgHashEntry | ( | ) |
Definition at line 11 of file SgHashTable.h.
Referenced by SgHashEntry< DATA >::SgHashEntry().
SgHashEntry< DATA >::SgHashEntry | ( | const SgHashCode & | code, | |
const DATA & | data | |||
) |
Definition at line 16 of file SgHashTable.h.
References SgHashEntry< DATA >::m_data, SgHashEntry< DATA >::m_hash, and SgHashEntry< DATA >::SgHashEntry().
DATA SgHashEntry< DATA >::m_data |
Definition at line 23 of file SgHashTable.h.
Referenced by SgHashTable< DATA >::Lookup(), SgHashEntry< DATA >::SgHashEntry(), and SgHashTable< DATA >::Store().
SgHashCode SgHashEntry< DATA >::m_hash |
Definition at line 21 of file SgHashTable.h.
Referenced by SgHashTable< DATA >::Lookup(), SgHashEntry< DATA >::SgHashEntry(), and SgHashTable< DATA >::Store().