68 typedef void (*loaderFunctionType)(bool);
77 const string& globalFuncName,
85 const string& globalFuncName,
92 const word& codeDictVar,
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Base class for function objects and boundary conditions using dynamic code.
word codeTemplateC(const word &baseTypeName) const
void read(const dictionary &dict)
Read the dictionary and update the code.
const word & codeName() const
Name of the dynamically generated CodedType.
TypeName("codedBase")
Runtime type information.
void write(Ostream &os) const
Write the code for restart.
codedBase(const word &name, const dictionary &dict, const wordList &codeKeys, const wordList &codeDictVars)
Construct from name and dictionary.
word codeTemplateH(const word &baseTypeName) const
virtual ~codedBase()
Destructor.
void operator=(const codedBase &)=delete
Disallow default bitwise assignment.
bool updateLibrary(const dictionary &dict) const
Update library from given updated dictionary as required.
string description() const
Return a description (type + name) for the output.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Encapsulation of dynamic code dictionaries.
Tools for handling dynamic code compilation.
A class for handling file names.
A class for handling verbatimStrings, derived from string.
A class for handling words, derived from string.
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.