Go to the documentation of this file.
36 const word& conditionName,
44 Info<<
"Selecting runTimeCondition " << modelType <<
endl;
46 auto* ctorPtr = dictionaryConstructorTable(modelType);
55 *dictionaryConstructorTablePtr_
62 ctorPtr(conditionName, obr,
dict, state)
A class for handling words, derived from Foam::string.
Base class for function objects, adding functionality to read/write state information (data required ...
Ostream & endl(Ostream &os)
Registry of regIOobjects.
static autoPtr< runTimeCondition > New(const word &conditionName, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.