49 template<
class CodedType>
69 virtual const wordList& codeKeys()
const;
72 virtual string description()
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual const dictionary & codeDict() const
Get the dictionary to initialize the codeContext.
virtual const word & codeName() const
Name of the dynamically generated CodedType.
static const word codeTemplateC
Name of the C code template to be used.
A class for handling words, derived from string.
Templated wrapper class to reduce code duplication and simplify maintenance of coded classes...
Base class for function objects and boundary conditions using dynamic code.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static const word codeTemplateH
Name of the H code template to be used.
CodedBase()
Construct null.
virtual ~CodedBase()
Destructor.
void writeCode(Ostream &os) const