35 const Foam::word Foam::functionEntries::includeEtcEntry::typeName
37 Foam::functionEntries::includeEtcEntry::typeName_()
42 int Foam::functionEntries::includeEtcEntry::debug(0);
49 namespace functionEntries
71 Foam::fileName Foam::functionEntries::includeEtcEntry::includeEtcFileName
74 const dictionary&
dict
83 if (fName.empty() || fName.isAbsolute())
106 includeEtcFileName(rawFName, parentDict)
128 parentDict.
read(ifs);
131 if (foamFileDict.size() != 0)
136 parentDict += parentDictTmp;
146 ) <<
"Cannot open etc file "
147 << (ifs.
name().size() ? ifs.
name() : rawFName)
148 <<
" while reading dictionary " << parentDict.
name()
166 includeEtcFileName(rawFName, parentDict)
178 entry.read(parentDict, ifs);
186 ) <<
"Cannot open etc file "
187 << (ifs.
name().size() ? ifs.
name() : rawFName)
188 <<
" while reading dictionary " << parentDict.
name()
Macros for easy insertion into member function selection tables.
static constexpr const char * foamFile
Keyword for the FoamFile header sub-dictionary.
virtual const fileName & name() const
Return the name of the stream.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const fileName & name() const
Return the dictionary name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
bool read(Istream &, const bool keepHeader=false)
Read dictionary from Istream, optionally keeping the header.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
bool add(entry *, bool mergeEntry=false)
Add a new entry.
void clear()
Clear the dictionary.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
A keyword and a list of tokens is an 'entry'.
A class for handling file names.
Specify an etc file to include when reading dictionaries, expects a single string to follow.
static bool execute(dictionary &parentDict, Istream &)
Execute the functionEntry in a sub-dict context.
static bool log
Report which file is included to stdout.
A functionEntry causes entries to be added/manipulated on the specified dictionary given an input str...
A keyword and a list of tokens is a 'primitiveEntry'. An primitiveEntry can be read,...
const dictionary & dict() const
This entry is not a dictionary,.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Functions to search 'etc' directories for configuration files etc.
addToMemberFunctionSelectionTable(functionEntry, includeFvConstraintEntry, execute, dictionaryIstream)
string & inplaceExpandEntry(string &s, const dictionary &dict, const bool allowEnvVars, const bool allowEmpty, const char sigil='$')
Inplace expand occurrences of variables according to the dictionary.
const fileOperation & fileHandler()
Get current file handler.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.
fileName findEtcFile(const fileName &, bool mandatory=false)
Search for a file using findEtcFiles.