This is the complete list of members for dictionary, including all inherited members.
| add(const word &keyword, const float &v) | dictionary | |
| add(const word &keyword, const double &v) | dictionary | |
| add(const word &keyword, const word &v) | dictionary | |
| add(const word &keyword, const int64 &v) | dictionary | |
| add(const word &keyword, const int32 &v) | dictionary | |
| add(const word &keyword, const int8 &v) | dictionary | |
| add(const word &keyword, const uint64 &v) | dictionary | |
| add(const word &keyword, const uint32 &v) | dictionary | |
| add(const word &keyword, const uint8 &v) | dictionary | |
| add(const word &keyword, const T &v) | dictionary | |
| addDict(const word &keyword, const dictionary &dict) | dictionary | |
| addOrKeep(const word &keyword, const T &v) | dictionary | |
| addOrReplace(const word &keyword, const T &v) | dictionary | inline |
| addPtr(const word &keyword, uniquePtr< iEntry > &etry, bool warning=true) | dictionary | |
| allKeywords() const | dictionary | |
| clear() | dictionary | |
| clone() const | dictionary | virtual |
| clone(const dictionary &parDict) const | dictionary | virtual |
| clonePtr() const | dictionary | virtual |
| clonePtr(const dictionary &parDict) const | dictionary | virtual |
| containsDataEntry(const word &name) const | dictionary | |
| containsDictionay(const word &name) const | dictionary | |
| createEntry(dictionary &parDict, iIstream &is, bool hasBlockToken=false) | iEntry | static |
| dataEntryKeywords() const | dictionary | |
| dataEntryPtr(const word &keyword) | dictionary | |
| dataEntryRef(const word &keyword) | dictionary | |
| dataEntryRef(const word &keyword) const | dictionary | |
| dict() | dictionary | virtual |
| dict() const | dictionary | virtual |
| dictionary(const word &keyword, bool global) | dictionary | |
| dictionary(const word &keyword, const fileSystem &file) | dictionary | |
| dictionary() | dictionary | |
| dictionary(const word &keyword) | dictionary | |
| dictionary(const word &keyword, const dictionary &parDict) | dictionary | |
| dictionary(const word &keyword, const dictionary &parDict, iIstream &is) | dictionary | |
| dictionary(const word &keyword, const dictionary &parDict, const dictionary &dict) | dictionary | |
| dictionary(const dictionary &) | dictionary | |
| dictionary(const dictionary &src, bool global) | dictionary | |
| dictionaryKeywords() const | dictionary | |
| dictPtr() | dictionary | virtual |
| dictPtr() const | dictionary | virtual |
| entries_ | dictionary | protected |
| findEntry(const word &keyword) | dictionary | protected |
| findEntry(const word &keyword) const | dictionary | protected |
| getVal(const word &keyword) const | dictionary | |
| getValMax(const word &keyword, const T &maxVal) const | dictionary | |
| getValMin(const word &keyword, const T &minVal) const | dictionary | |
| getValOrSet(const word &keyword, const T &setVal) const | dictionary | |
| getValOrSetMax(const word &keyword, const T &setMaxVal) const | dictionary | |
| getValOrSetMin(const word &keyword, const T &setMinVal) const | dictionary | |
| globalName() const | dictionary | virtual |
| iEntry() | iEntry | inline |
| iEntry(const word &key) | iEntry | inline |
| isDictionary() const | dictionary | virtual |
| isFileDict() const | dictionary | virtual |
| isGlobal_ | dictionary | protected |
| keyword() const | iEntry | inlinevirtual |
| keyword() | iEntry | inlinevirtual |
| keyword_ | iEntry | protected |
| name() const | iEntry | inlinevirtual |
| name_ | dictionary | protected |
| nullDict | dictionary | static |
| numDataEntries() const | dictionary | |
| numDictionaries() const | dictionary | |
| numEntries() const | dictionary | |
| operator=(const dictionary &rhs) | dictionary | |
| orderedEntries_ | dictionary | protected |
| parDict_ | dictionary | protected |
| parrentDict() const | dictionary | virtual |
| read(iIstream &is) override | dictionary | virtual |
| readDataEntry(const word &keyword, T &val) const | dictionary | protected |
| readDictionary(iIstream &is) | dictionary | protected |
| readKeyword(iIstream &is, word &keyword, token &tok) | iEntry | static |
| subDict(const word &keyword) | dictionary | |
| subDict(const word &keyword) const | dictionary | |
| subDictOrCreate(const word &keyword) | dictionary | |
| subDictPtr(const word &keyword) | dictionary | |
| TypeInfo("dictionary") | dictionary | |
| pFlow::iEntry::TypeInfo("iEntry") | iEntry | |
| write(iOstream &os) const override | dictionary | virtual |
| writeDictionary(iOstream &os, bool withBlock=true) const | dictionary | protected |
| writeKeyword(iOstream &os) const | iEntry | protected |
| ~iEntry() | iEntry | inlinevirtual |