This is the complete list of members for fileDictionary, 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 |
| dummyOutStream() const | IOfileHeader | protected |
| entries_ | dictionary | protected |
| fileDictionary(const objectFile &of, repository *owner=nullptr) | fileDictionary | |
| fileDictionary(const word &keyword, const fileSystem &file) | fileDictionary | |
| fileDictionary(const objectFile &objf, const dictionary &dict, repository *owner=nullptr) | fileDictionary | |
| fileExist() const | IOfileHeader | |
| fileFormat_ | IOfileHeader | 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 |
| headerOk(bool silent=false) | IOfileHeader | |
| iEntry() | iEntry | inline |
| iEntry(const word &key) | iEntry | inline |
| implyRead() const | IOfileHeader | |
| implyWrite() const | IOfileHeader | |
| inFileBinary() const | IOfileHeader | |
| inStream() const | IOfileHeader | protected |
| IOfileHeader(const objectFile &objf) | IOfileHeader | |
| IOobject(const objectFile &objf, const IOPattern &iop, repository *owner) | IOobject | |
| IOobject(const IOobject &src)=delete | IOobject | |
| IOobject(IOobject &&src)=delete | IOobject | |
| ioPattern() const | IOobject | inline |
| ioPattern_ | IOobject | private |
| isDictionary() const | dictionary | virtual |
| isExcluded(const word &objName) const override | IOobject | virtual |
| isFileDict() const | dictionary | virtual |
| isGlobal_ | dictionary | protected |
| isIncluded(const word &objName) const override | IOobject | virtual |
| isReadAlways() const | objectFile | inline |
| isReadIfPresent() const | objectFile | inline |
| isReadNever() const | objectFile | inline |
| isWriteAlways() const | objectFile | inline |
| isWriteNever() const | objectFile | inline |
| keyword() const | iEntry | inlinevirtual |
| keyword() | iEntry | inlinevirtual |
| keyword_ | iEntry | protected |
| localPath() const | objectFile | inlinevirtual |
| localPath_ | objectFile | private |
| pFlow::name() const | objectFile | inlinevirtual |
| pFlow::dictionary::name() const | iEntry | inlinevirtual |
| pFlow::name_ | objectFile | private |
| pFlow::dictionary::name_ | dictionary | protected |
| nullDict | dictionary | static |
| numBytesForReal_ | objectFile | private |
| numDataEntries() const | dictionary | |
| numDictionaries() const | dictionary | |
| numEntries() const | dictionary | |
| objectFile(const word &name) | objectFile | explicit |
| objectFile(const word &name, const fileSystem &localPath, const readFlag &rf=readFlag::READ_NEVER, const writeFlag &wf=writeFlag::WRITE_NEVER, bool rwHeader=true) | objectFile | |
| objectFile(const objectFile &src)=default | objectFile | |
| objectFile(objectFile &&src)=default | objectFile | |
| objectName() const | IOfileHeader | inline |
| objectName_ | IOfileHeader | protected |
| objectType() const | IOfileHeader | inline |
| objectType_ | IOfileHeader | protected |
| pFlow::operator=(const objectFile &rhs)=default | objectFile | |
| pFlow::operator=(objectFile &&rhs)=default | objectFile | |
| pFlow::dictionary::operator=(const dictionary &rhs) | dictionary | |
| orderedEntries_ | dictionary | protected |
| outFileBinary() const | IOfileHeader | |
| outStream() const | IOfileHeader | protected |
| owner() const override | IOobject | inlinevirtual |
| owner() | IOobject | inline |
| owner_ | IOobject | mutableprivate |
| parDict_ | dictionary | protected |
| parrentDict() const | dictionary | virtual |
| path() const | IOfileHeader | |
| read(iIstream &is, const IOPattern &iop) override | fileDictionary | virtual |
| read(iIstream &is) override | fileDictionary | |
| pFlow::dictionary::read(iIstream &is) override | dictionary | virtual |
| READ_ALWAYS enum value | objectFile | |
| READ_IF_PRESENT enum value | objectFile | |
| READ_NEVER enum value | objectFile | |
| readDataEntry(const word &keyword, T &val) const | dictionary | protected |
| readDictionary(iIstream &is) | dictionary | protected |
| readFlag enum name | objectFile | |
| readHeader() const | IOfileHeader | |
| readHeader(iIstream &is, bool silent=false) | IOfileHeader | |
| readIfPresent() const | IOfileHeader | |
| readKeyword(iIstream &is, word &keyword, token &tok) | iEntry | static |
| readObject(bool rdHdr=true) | IOobject | |
| readObject(iIstream &is, bool rdHdr=true) | IOobject | |
| readWriteHeader() const | objectFile | inline |
| readWriteHeader_ | objectFile | private |
| releaseOwner(bool fromOwner=false) | IOobject | |
| rFlag() const | objectFile | inline |
| rFlag_ | objectFile | private |
| subDict(const word &keyword) | dictionary | |
| subDict(const word &keyword) const | dictionary | |
| subDictOrCreate(const word &keyword) | dictionary | |
| subDictPtr(const word &keyword) | dictionary | |
| TypeInfo("fileDictionary") | fileDictionary | |
| pFlow::dictionary::TypeInfo("dictionary") | dictionary | |
| pFlow::iEntry::TypeInfo("iEntry") | iEntry | |
| typeName() const =0 | IOobject | pure virtual |
| wFlag() const | objectFile | inline |
| wFlag_ | objectFile | private |
| write(iOstream &os, const IOPattern &iop) const override | fileDictionary | virtual |
| write(iOstream &os) const override | fileDictionary | |
| pFlow::dictionary::write(iOstream &os) const override | dictionary | virtual |
| WRITE_ALWAYS enum value | objectFile | |
| WRITE_NEVER enum value | objectFile | |
| writeBanner(iOstream &os) const | IOfileHeader | |
| writeDictionary(iOstream &os, bool withBlock=true) const | dictionary | protected |
| writeFlag enum name | objectFile | |
| writeHeader() const | IOfileHeader | |
| writeHeader(iOstream &os, const word &typeName, bool forceWrite=false) const | IOfileHeader | |
| writeHeader(iOstream &os, bool forceWrite=false) const | IOfileHeader | |
| writeKeyword(iOstream &os) const | iEntry | protected |
| writeObject() const | IOobject | |
| writeObject(iOstream &os) const | IOobject | |
| writeSeparator(iOstream &os) const | IOfileHeader | |
| ~iEntry() | iEntry | inlinevirtual |
| ~IOobject() override | IOobject | |
| ~objectFile()=default | objectFile | virtual |