HDK
|
This is the complete list of members for UT_HashTable, including all inherited members.
addSymbol(const UT_Hash &symbol, const UT_Thing &data) | UT_HashTable | |
begin() const | UT_HashTable | inline |
clear() | UT_HashTable | |
contains(const UT_Hash &symbol) const | UT_HashTable | inline |
count(const UT_Hash &symbol) const | UT_HashTable | inline |
deleteSymbol(const UT_Hash &symbol) | UT_HashTable | |
dumpTable(FILE *output) const | UT_HashTable | |
empty() const | UT_HashTable | inline |
end() const | UT_HashTable | inline |
entries() const | UT_HashTable | inline |
findPointer(const UT_Hash &symbol) const | UT_HashTable | inline |
findSymbol(const UT_Hash &symbol, UT_Thing *datap, const UT_Hash **hash_symbol=0) const | UT_HashTable | |
getHashReference(const UT_Hash &hash) | UT_HashTable | |
getMaxLoadFactor() const | UT_HashTable | inline |
getMemoryUsage(bool inclusive) const | UT_HashTable | |
getMinLoadFactor() const | UT_HashTable | inline |
mergeTable(const UT_HashTable &table) | UT_HashTable | |
moveSymbol(const UT_Hash &oldsymbol, const UT_Hash &newsymbol) | UT_HashTable | |
operator[](const UT_Hash &symbol) | UT_HashTable | |
outputStats(FILE *output) const | UT_HashTable | |
outputStats(std::ostream &os) const | UT_HashTable | |
reserveTableSize(int size) | UT_HashTable | |
setMaxLoadFactor(float max_load_factor) | UT_HashTable | |
setMinLoadFactor(float min_load_factor) | UT_HashTable | |
size() const | UT_HashTable | inline |
traverse(int(*function)(UT_Thing &, const UT_Hash &, void *), void *data) | UT_HashTable | |
traverseConst(int(*function)(UT_Thing &, const UT_Hash &, void *), void *data) const | UT_HashTable | |
useOrderedLists(bool ordered) | UT_HashTable | |
UT_HashTable() | UT_HashTable | explicit |
~UT_HashTable() | UT_HashTable | virtual |