begin() const | ogdf::HashArray< I, E, H > | inline |
Hashing< I, E, DefHashFunc< I > >::begin() const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
clear() | ogdf::HashArray< I, E, H > | inline |
const_iterator typedef | ogdf::HashArray< I, E, H > | |
copy(HashElementBase *pElement) const override | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivatevirtual |
copyAll(const HashingBase &H) | ogdf::HashingBase | private |
del(const I &key) | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
ogdf::HashingBase::del(HashElementBase *pElement) | ogdf::HashingBase | private |
destroy(HashElementBase *pElement) override | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivatevirtual |
destroyAll() | ogdf::HashingBase | private |
empty() const | ogdf::HashArray< I, E, H > | inline |
Hashing< I, E, DefHashFunc< I > >::empty() const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
fastInsert(const I &key, const E &info) | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
firstElement(HashElement< I, E > ***pList) const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
ogdf::HashingBase::firstElement(HashElementBase ***pList) const | ogdf::HashingBase | private |
firstListElement(size_t hashValue) const | ogdf::HashingBase | inlineprivate |
HashArray() | ogdf::HashArray< I, E, H > | inline |
HashArray(const E &defaultValue, const H &hashFunc=H()) | ogdf::HashArray< I, E, H > | inlineexplicit |
HashArray(const HashArray< I, E, H > &A) | ogdf::HashArray< I, E, H > | inline |
Hashing(int minTableSize=256, const DefHashFunc< I > &hashFunc=DefHashFunc< I >()) | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineexplicitprivate |
Hashing(const Hashing< I, E, DefHashFunc< I > > &h)=default | ogdf::Hashing< I, E, DefHashFunc< I > > | private |
HashingBase(int minTableSize) | ogdf::HashingBase | explicitprivate |
HashingBase(const HashingBase &H) | ogdf::HashingBase | private |
init(int tableSize) | ogdf::HashingBase | private |
insert(const I &key, const E &info) | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
ogdf::HashingBase::insert(HashElementBase *pElement) | ogdf::HashingBase | private |
insertByNeed(const I &key, const E &info) | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
isDefined(const I &i) const | ogdf::HashArray< I, E, H > | inline |
lookup(const I &key) const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
m_count | ogdf::HashingBase | private |
m_defaultValue | ogdf::HashArray< I, E, H > | private |
m_hashFunc | ogdf::Hashing< I, E, DefHashFunc< I > > | private |
m_hashMask | ogdf::HashingBase | private |
m_minTableSize | ogdf::HashingBase | private |
m_table | ogdf::HashingBase | private |
m_tableSize | ogdf::HashingBase | private |
m_tableSizeHigh | ogdf::HashingBase | private |
m_tableSizeLow | ogdf::HashingBase | private |
member(const I &key) const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
nextElement(HashElement< I, E > ***pList, HashElement< I, E > *pElement) const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
ogdf::HashingBase::nextElement(HashElementBase ***pList, HashElementBase *pElement) const | ogdf::HashingBase | private |
operator=(const HashArray< I, E, H > &A) | ogdf::HashArray< I, E, H > | inline |
Hashing< I, E, DefHashFunc< I > >::operator=(const Hashing< I, E, DefHashFunc< I > > &hashing)=default | ogdf::Hashing< I, E, DefHashFunc< I > > | private |
ogdf::HashingBase::operator=(const HashingBase &H) | ogdf::HashingBase | private |
operator[](const I &i) const | ogdf::HashArray< I, E, H > | inline |
operator[](const I &i) | ogdf::HashArray< I, E, H > | inline |
resize(int newTableSize) | ogdf::HashingBase | private |
size() const | ogdf::HashArray< I, E, H > | inline |
Hashing< I, E, DefHashFunc< I > >::size() const | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
undefine(const I &i) | ogdf::HashArray< I, E, H > | inline |
~Hashing() | ogdf::Hashing< I, E, DefHashFunc< I > > | inlineprivate |
~HashingBase() | ogdf::HashingBase | privatevirtual |