begin() const | ogdf::HashArray< I, E, H > | inline |
clear() | ogdf::HashArray< I, E, H > | inline |
const_iterator typedef | ogdf::HashArray< I, E, H > | |
copy(HashElementBase *pElement) const override | ogdf::Hashing< K, I, H > | inlineprivatevirtual |
copyAll(const HashingBase &H) | ogdf::HashingBase | private |
del(const K &key) | ogdf::Hashing< K, I, H > | inlineprivate |
ogdf::HashingBase::del(HashElementBase *pElement) | ogdf::HashingBase | private |
destroy(HashElementBase *pElement) override | ogdf::Hashing< K, I, H > | inlineprivatevirtual |
destroyAll() | ogdf::HashingBase | private |
empty() const | ogdf::HashArray< I, E, H > | inline |
fastInsert(const K &key, const I &info) | ogdf::Hashing< K, I, H > | inlineprivate |
firstElement(HashElement< K, I > ***pList) const | ogdf::Hashing< K, I, H > | 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 H &hashFunc=H()) | ogdf::Hashing< K, I, H > | inlineexplicitprivate |
Hashing(const Hashing< K, I, H > &h)=default | ogdf::Hashing< K, I, H > | private |
HashingBase(int minTableSize) | ogdf::HashingBase | explicitprivate |
HashingBase(const HashingBase &H) | ogdf::HashingBase | private |
init(int tableSize) | ogdf::HashingBase | private |
insert(const K &key, const I &info) | ogdf::Hashing< K, I, H > | inlineprivate |
ogdf::HashingBase::insert(HashElementBase *pElement) | ogdf::HashingBase | private |
insertByNeed(const K &key, const I &info) | ogdf::Hashing< K, I, H > | inlineprivate |
isDefined(const I &i) const | ogdf::HashArray< I, E, H > | inline |
lookup(const K &key) const | ogdf::Hashing< K, I, H > | inlineprivate |
m_count | ogdf::HashingBase | private |
m_defaultValue | ogdf::HashArray< I, E, H > | private |
m_hashFunc | ogdf::Hashing< K, I, H > | 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 K &key) const | ogdf::Hashing< K, I, H > | inlineprivate |
nextElement(HashElement< K, I > ***pList, HashElement< K, I > *pElement) const | ogdf::Hashing< K, I, H > | 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 |
ogdf::Hashing::operator=(const Hashing< K, I, H > &hashing)=default | ogdf::Hashing< K, I, H > | 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 |
undefine(const I &i) | ogdf::HashArray< I, E, H > | inline |
~Hashing() | ogdf::Hashing< K, I, H > | inlineprivate |
~HashingBase() | ogdf::HashingBase | privatevirtual |