Age() | SgHashTable< DATA > | |
Clear() | SgHashTable< DATA > | |
Lookup(const SgHashCode &code, DATA *data) const | SgHashTable< DATA > | |
m_entry | SgHashTable< DATA > | [private] |
m_maxHash | SgHashTable< DATA > | [private] |
m_nuCollisions | SgHashTable< DATA > | [mutable, private] |
m_nuFound | SgHashTable< DATA > | [mutable, private] |
m_nuLookups | SgHashTable< DATA > | [mutable, private] |
m_nuStores | SgHashTable< DATA > | [mutable, private] |
MaxHash() const | SgHashTable< DATA > | |
NuCollisions() const | SgHashTable< DATA > | |
NuFound() const | SgHashTable< DATA > | |
NuLookups() const | SgHashTable< DATA > | |
NuStores() const | SgHashTable< DATA > | |
operator=(const SgHashTable &) | SgHashTable< DATA > | [private] |
SgHashTable(int maxHash) | SgHashTable< DATA > | [explicit] |
SgHashTable(const SgHashTable &) | SgHashTable< DATA > | [private] |
Store(const SgHashCode &code, const DATA &data) | SgHashTable< DATA > | |
~SgHashTable() | SgHashTable< DATA > |