#include <SgHashTable.h>
Definition at line 17 of file SgHashTable.h.
Public Member Functions | |
SgHashEntry () | |
SgHashEntry (const SgHashCode &code, const DATA &data) | |
Public Attributes | |
SgHashCode | m_hash |
DATA | m_data |
SgHashEntry< DATA >::SgHashEntry | ( | ) |
Definition at line 19 of file SgHashTable.h.
SgHashEntry< DATA >::SgHashEntry | ( | const SgHashCode & | code, | |
const DATA & | data | |||
) |
Definition at line 24 of file SgHashTable.h.
DATA SgHashEntry< DATA >::m_data |
Definition at line 31 of file SgHashTable.h.
Referenced by SgHashTable< DATA >::Lookup(), and SgHashTable< DATA >::Store().
SgHashCode SgHashEntry< DATA >::m_hash |
Definition at line 29 of file SgHashTable.h.
Referenced by SgHashTable< DATA >::Lookup(), and SgHashTable< DATA >::Store().