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