This is the complete list of members for dictionaryEntry, including all inherited members.
add(entry *entryPtr, bool mergeEntry=false) | dictionary | |
add(const entry &e, bool mergeEntry=false) | dictionary | |
add(const keyType &k, const word &v, bool overwrite=false) | dictionary | |
add(const keyType &k, const string &v, bool overwrite=false) | dictionary | |
add(const keyType &k, const label v, bool overwrite=false) | dictionary | |
add(const keyType &k, const scalar v, bool overwrite=false) | dictionary | |
add(const keyType &k, const dictionary &d, bool mergeEntry=false) | dictionary | |
add(const keyType &k, const T &v, bool overwrite=false) | dictionary | |
add(const keyType &k, const T &v, bool overwrite) | dictionary | |
cfindScopedDict(const fileName &dictPath) const | dictionary | |
changeKeyword(const keyType &oldKeyword, const keyType &newKeyword, bool overwrite=false) | dictionary | |
Foam::checkITstream(const ITstream &is) const | entry | |
Foam::dictionary::checkITstream(const ITstream &is, const word &keyword) const | dictionary | |
ClassName("dictionary") | dictionary | |
clear() | dictionary | |
clone(const dictionary &parentDict) const | dictionaryEntry | inlinevirtual |
Foam::entry::clone() const | entry | virtual |
Foam::dictionary::clone() const | dictionary | |
const_searcher typedef | dictionary | |
const_searcher | dictionary | |
csearch(const word &keyword, enum keyType::option=keyType::REGEX) const | dictionary | |
csearchCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const | dictionary | |
csearchScoped(const word &keyword, enum keyType::option) const | dictionary | |
dict() const noexcept | dictionaryEntry | virtual |
dict() noexcept | dictionaryEntry | virtual |
dictionary() | dictionary | |
dictionary(const fileName &name) | dictionary | explicit |
dictionary(const fileName &name, const dictionary &parentDict, Istream &is, bool keepHeader=false) | dictionary | |
dictionary(Istream &is) | dictionary | |
dictionary(Istream &is, bool keepHeader) | dictionary | |
dictionary(const dictionary &parentDict, const dictionary &dict) | dictionary | |
dictionary(const dictionary &dict) | dictionary | |
dictionary(const dictionary *dict) | dictionary | explicit |
dictionary(const dictionary &parentDict, dictionary &&dict) | dictionary | |
dictionary(dictionary &&dict) | dictionary | |
dictionaryEntry(const dictionary &parentDict, Istream &is) | dictionaryEntry | |
dictionaryEntry(const keyType &key, const dictionary &parentDict, Istream &is) | dictionaryEntry | |
dictionaryEntry(const keyType &key, const dictionary &parentDict, const dictionary &dict) | dictionaryEntry | |
dictionaryEntry(const dictionary &parentDict, const dictionaryEntry &dictEnt) | dictionaryEntry | |
dictName() const | dictionary | inline |
dictPtr() const noexcept | dictionaryEntry | virtual |
dictPtr() noexcept | dictionaryEntry | virtual |
digest() const | dictionary | |
disableFunctionEntries | entry | static |
endLineNumber() const | dictionaryEntry | virtual |
Foam::entry(const keyType &keyword) | entry | |
Foam::entry(const entry &e) | entry | |
erase(T *item) | ILList | |
eraseHead() | ILList | |
findCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option) const | dictionary | |
findDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) | dictionary | inline |
findDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
findEntry(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) | dictionary | inline |
findEntry(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
findScoped(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
findScopedDict(const fileName &dictPath) const | dictionary | |
findScopedDict(const fileName &dictPath) | dictionary | |
found(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
found(const word &keyword, bool recursive, bool patternMatch=true) const | dictionary | inline |
foundCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const | dictionary | |
Foam::get() const | entry | inline |
Foam::dictionary::get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
getBool(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
Foam::getCheck(const Predicate &pred) const | entry | inline |
Foam::dictionary::getCheck(const word &keyword, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
getCheckOrAdd(const word &keyword, const T &deflt, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) | dictionary | |
getCheckOrDefault(const word &keyword, const T &deflt, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
getCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const | dictionary | |
getFileName(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
getLabel(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
getOrAdd(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) | dictionary | |
getOrDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
getOrDefaultCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, const T &deflt, enum keyType::option=keyType::REGEX) const | dictionary | |
getScalar(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
getString(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
getWord(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
globalInputMode | entry | static |
ILList()=default | ILList | |
ILList(T *item) | ILList | inlineexplicit |
ILList(Istream &is) | ILList | |
ILList(const ILList< LListBase, T > &lst) | ILList | |
ILList(ILList< LListBase, T > &&lst) | ILList | |
ILList(const ILList< LListBase, T > &lst, const CloneArg &cloneArg) | ILList | |
ILList(Istream &is, const INew &inew) | ILList | |
info() const | dictionaryEntry | inline |
inputMode enum name | entry | |
Foam::isDict() const noexcept | entry | inlinevirtual |
Foam::dictionary::isDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
isNullDict() const noexcept | dictionary | inline |
isStream() const noexcept | entry | inlinevirtual |
keys(bool patterns=false) const | dictionary | |
keyword() const noexcept | entry | inline |
keyword() noexcept | entry | inline |
lookup(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
lookup(const word &keyword, bool recursive, bool patternMatch=true) const | dictionary | inline |
lookupCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option=keyType::REGEX) const | dictionary | |
lookupEntry(const word &keyword, enum keyType::option matchOpt) const | dictionary | |
lookupEntry(const word &keyword, bool recursive, bool patternMatch) const | dictionary | inline |
lookupEntryCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, enum keyType::option) const | dictionary | |
lookupEntryPtr(const word &keyword, bool recursive, bool patternMatch) | dictionary | inline |
lookupEntryPtr(const word &keyword, bool recursive, bool patternMatch) const | dictionary | inline |
lookupOrAddDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) | dictionary | inline |
lookupOrAddDefault(const word &keyword, const T &deflt, bool recursive, bool patternMatch=true) | dictionary | inline |
lookupOrDefault(const word &keyword, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
lookupOrDefault(const word &keyword, const T &deflt, bool recursive, bool patternMatch=true) const | dictionary | inline |
lookupOrDefaultCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, const T &deflt, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | inline |
lookupScopedEntryPtr(const word &keyword, bool recursive, bool patternMatch) const | dictionary | inline |
lookupType(const word &keyword, bool recursive=false, bool patternMatch=true) const | dictionary | inline |
makeScopedDict(const fileName &dictPath) | dictionary | |
merge(const dictionary &dict) | dictionary | |
name() const | dictionaryEntry | inlinevirtual |
name() | dictionaryEntry | inlinevirtual |
Foam::New(dictionary &parentDict, Istream &is, const inputMode inpMode=inputMode::GLOBAL, const int endChar=0) | entry | static |
Foam::New(Istream &is) | entry | static |
Foam::dictionary::New(Istream &is) | dictionary | static |
null | dictionary | static |
operator!=(const entry &e) const | entry | |
operator+=(const dictionary &rhs) | dictionary | |
operator<<(Ostream &os, const dictionaryEntry &e) | dictionaryEntry | friend |
operator<<=(const dictionary &rhs) | dictionary | |
Foam::operator=(const entry &e) | entry | |
Foam::dictionary::operator=(const dictionary &rhs) | dictionary | |
Foam::ILList::operator=(const ILList< LListBase, T > &lst) | ILList | |
Foam::ILList::operator=(ILList< LListBase, T > &&lst) | ILList | |
operator==(const entry &e) const | entry | |
operator[](const word &keyword) const | dictionary | inline |
operator|=(const dictionary &rhs) | dictionary | |
optionalSubDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
parent() const noexcept | dictionary | inline |
read(Istream &is) | dictionary | |
read(Istream &is, bool keepHeader) | dictionary | |
Foam::readCheck(T &val, const Predicate &pred) const | entry | inline |
Foam::dictionary::readCheck(const word &keyword, T &val, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const | dictionary | |
readCheckIfPresent(const word &keyword, T &val, const Predicate &pred, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
readCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, T &val, enum keyType::option=keyType::REGEX, bool mandatory=true) const | dictionary | |
Foam::readEntry(T &val) const | entry | inline |
Foam::dictionary::readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const | dictionary | |
readIfPresent(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
readIfPresent(const word &keyword, T &val, bool recursive, bool patternMatch=true) const | dictionary | inline |
readIfPresentCompat(const word &keyword, std::initializer_list< std::pair< const char *, int >> compat, T &val, enum keyType::option=keyType::REGEX) const | dictionary | |
relativeName() const | dictionaryEntry | inlinevirtual |
Foam::dictionary::relativeName(const bool caseTag=false) const | dictionary | |
remove(const word &keyword) | dictionary | |
reportingOutput | dictionary | static |
reportOptional() noexcept | dictionary | inlinestatic |
reportOptional(const int level) noexcept | dictionary | inlinestatic |
reportReadWarning(const IOstream &, const std::string &) | entry | protectedstatic |
resetInputMode() | entry | static |
search(const word &keyword, enum keyType::option=keyType::REGEX) const | dictionary | |
search(const word &keyword, enum keyType::option=keyType::REGEX) | dictionary | |
searcher typedef | dictionary | |
searcher | dictionary | |
searchScoped(const word &keyword, enum keyType::option) const | dictionary | |
searchScoped(const word &keyword, enum keyType::option) | dictionary | |
set(entry *entryPtr) | dictionary | |
set(const entry &e) | dictionary | |
set(const keyType &k, const dictionary &v) | dictionary | |
set(const keyType &k, const T &v) | dictionary | |
set(const keyType &k, const T &v) | dictionary | |
sortedToc() const | dictionary | |
sortedToc(const Compare &comp) const | dictionary | |
sortedToc(const Compare &comp) const | dictionary | |
startLineNumber() const | dictionaryEntry | virtual |
stream() const | dictionaryEntry | virtual |
subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const | dictionary | |
subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) | dictionary | |
subDictOrAdd(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) | dictionary | |
subDictPtr(const word &keyword) const | dictionary | inline |
subDictPtr(const word &keyword) | dictionary | inline |
subOrEmptyDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX, const bool mandatory=false) const | dictionary | |
substituteKeyword(const word &keyword, bool mergeEntry=false) | dictionary | |
substituteScopedKeyword(const word &keyword, bool mergeEntry=false) | dictionary | |
toc() const | dictionary | |
tokens() const | dictionary | |
topDict() const | dictionary | |
transfer(dictionary &dict) | dictionary | |
Foam::ILList::transfer(ILList< LListBase, T > &lst) | ILList | |
write(Ostream &os) const | dictionaryEntry | virtual |
Foam::dictionary::write(Ostream &os, const bool subDict=true) const | dictionary | |
writeEntries(Ostream &os, const bool extraNewLine=false) const | dictionary | |
writeEntry(Ostream &os) const | dictionary | |
writeEntry(const keyType &keyword, Ostream &os) const | dictionary | |
writeOptionalEntries | dictionary | static |
~dictionary() | dictionary | virtual |
~entry()=default | entry | virtual |
~ILList() | ILList |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.