| addEntries() | DictionaryBase< IDLListType, T > | protected |
| append(const word &keyword, T *ptr) | DictionaryBase< IDLListType, T > | inline |
| cfind(const word &keyword) const | DictionaryBase< IDLListType, T > | |
| clear() | DictionaryBase< IDLListType, T > | |
| contains(const word &keyword) const | DictionaryBase< IDLListType, T > | |
| DictionaryBase(const label size=128) | DictionaryBase< IDLListType, T > | explicit |
| DictionaryBase(const DictionaryBase &dict) | DictionaryBase< IDLListType, T > | |
| DictionaryBase(Istream &is, const INew &inew) | DictionaryBase< IDLListType, T > | |
| DictionaryBase(Istream &is) | DictionaryBase< IDLListType, T > | |
| find(const word &keyword) | DictionaryBase< IDLListType, T > | |
| found(const word &key) const | DictionaryBase< IDLListType, T > | inline |
| hashedTs_ | DictionaryBase< IDLListType, T > | protected |
| insert(const word &keyword, T *ptr) | DictionaryBase< IDLListType, T > | inline |
| lookup(const word &keyword) const | DictionaryBase< IDLListType, T > | |
| lookup(const word &keyword) | DictionaryBase< IDLListType, T > | |
| lookupPtr(const word &keyword) const | DictionaryBase< IDLListType, T > | inline |
| lookupPtr(const word &keyword) | DictionaryBase< IDLListType, T > | inline |
| operator(Ostream &, const DictionaryBase< IDLListType, T > &) | DictionaryBase< IDLListType, T > | friend |
| operator=(const DictionaryBase &) | DictionaryBase< IDLListType, T > | |
| operator[](const word &key) const | DictionaryBase< IDLListType, T > | inline |
| operator[](const word &key) | DictionaryBase< IDLListType, T > | inline |
| prepend(const word &keyword, T *ptr) | DictionaryBase< IDLListType, T > | inline |
| push_back(const word &keyword, T *ptr) | DictionaryBase< IDLListType, T > | |
| push_front(const word &keyword, T *ptr) | DictionaryBase< IDLListType, T > | |
| remove(const word &keyword) | DictionaryBase< IDLListType, T > | |
| sortedToc() const | DictionaryBase< IDLListType, T > | |
| sortedToc(const Compare &comp) const | DictionaryBase< IDLListType, T > | |
| sortedToc(const Compare &comp) const | DictionaryBase< IDLListType, T > | |
| toc() const | DictionaryBase< IDLListType, T > | |
| transfer(DictionaryBase< IDLListType, T > &dict) | DictionaryBase< IDLListType, T > | |