34 const Foam::word Foam::functionEntries::includeIfPresentEntry::typeName
36 Foam::functionEntries::includeIfPresentEntry::typeName_()
41 int Foam::functionEntries::includeIfPresentEntry::debug(0);
45 namespace functionEntries
50 includeIfPresentEntry,
58 includeIfPresentEntry,
73 const fileName fName(includeFileName(is, parentDict));
97 const fileName fName(includeFileName(is, parentDict));
107 entry.
read(parentDict, ifs);
static bool execute(dictionary &parentDict, Istream &)
Execute the functionEntry in a sub-dict context.
A class for handling file names.
A list of keyword definitions, which are a keyword followed by any number of values (e...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Ostream & endl(Ostream &os)
Add newline and flush stream.
bool read(Istream &, const bool keepHeader=false)
Read dictionary from Istream, optionally keeping the header.
addToMemberFunctionSelectionTable(functionEntry, calcEntry, execute, dictionaryIstream)
A keyword and a list of tokens is a 'primitiveEntry'. An primitiveEntry can be read, written and printed, and the types and values of its tokens analysed.
A class for handling words, derived from string.
const fileOperation & fileHandler()
Get current file handler.
Macros for easy insertion into member function selection tables.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual bool read(const dictionary &, Istream &)
Read tokens from the given stream.
static bool log
Report which file is included to stdout.