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 int16 &v) | dictionary | |
add(const word &keyword, const int8 &v) | dictionary | |
add(const word &keyword, const label &v) | dictionary | |
add(const word &keyword, const uint32 &v) | dictionary | |
add(const word &keyword, const T &v) | dictionary | |
addDict(const word &keyword, const dictionary &dict) | dictionary | |
addPtr(const word &keyword, uniquePtr< iEntry > &etry) | 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() | dictionary | |
dictionary(const word &keyword) | dictionary | |
dictionary(const word &keyword, bool global) | dictionary | |
dictionary(const word &keyword, const fileSystem &file) | 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 | |
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 | |
getValOrSet(const word &keyword, const T &setVal) 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) | 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 | dictionary | virtual |
writeDictionary(iOstream &os, bool withBlock=true) const | dictionary | protected |
writeKeyword(iOstream &os) const | iEntry | protected |
~iEntry() | iEntry | inlinevirtual |