34 const Foam::word Foam::functionEntries::includeIfPresentEntry::typeName
36 Foam::functionEntries::includeIfPresentEntry::typeName_()
41 int Foam::functionEntries::includeIfPresentEntry::debug(0);
45 namespace functionEntries
97 const fileName fName(includeFileName(is, parentDict));
107 entry.read(parentDict, ifs);
Macros for easy insertion into member function selection tables.
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...
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.
A keyword and a list of tokens is an 'entry'.
A class for handling file names.
static fileName includeFileName(Istream &, const dictionary &)
Read the include fileName from Istream, expand and return.
static bool log
Report which file is included to stdout.
Specify a file to include if it exists. Expects a single string to follow.
static bool execute(dictionary &parentDict, Istream &)
Execute the functionEntry in a sub-dict context.
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,...
A class for handling words, derived from string.
addToMemberFunctionSelectionTable(functionEntry, includeFvConstraintEntry, execute, dictionaryIstream)
const fileOperation & fileHandler()
Get current file handler.
Ostream & endl(Ostream &os)
Add newline and flush stream.