void operator=(const calcEntry &)=delete
Disallow default bitwise assignment.
Uses dynamic compilation to provide calculating functionality for entering dictionary entries...
calcEntry(const calcEntry &)=delete
Disallow default bitwise copy construction.
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 functionEntry causes entries to be added/manipulated on the specified dictionary given an input str...
static bool execute(dictionary &parentDict, Istream &)
Execute the functionEntry in a sub-dict context.
ClassName("calc")
Runtime type information.