Encapsulation of dynamic code dictionaries.
const HashTable< string > & code() const
Return the code table.
const dictionary & dict() const
Return the parent dictionary context.
const string & options() const
Return the code-options.
const string & libs() const
Return the code-libs.
const SHA1Digest & sha1() const
Return SHA1 digest calculated from include, options, code.
dynamicCodeContext(const dictionary &dict, const wordList &codeKeys, const wordList &codeDictVars)
Construct from a dictionary and lists of which entries correspond.