Fennel: ExtendedInstructionContext Class Reference (original) (raw)
A abstract base class for Extended Instructions that wish to store context between exec() calls. More...
#include <[ExtendedInstructionContext.h](ExtendedInstructionContext%5F8h-source.html)>
Inheritance diagram for ExtendedInstructionContext:

Detailed Description
A abstract base class for Extended Instructions that wish to store context between exec() calls.
Typically used to store results of pre-compilation or cache instantiations of library classes, and so forth. An alternate implementation could store context pointers in local variables.
Definition at line 32 of file ExtendedInstructionContext.h.
Constructor & Destructor Documentation
| ExtendedInstructionContext::ExtendedInstructionContext | ( | | ) | [inline, explicit] | | ------------------------------------------------------ | - | | - | -------------------- |
| virtual ExtendedInstructionContext::~ExtendedInstructionContext | ( | | ) | [inline, virtual] | | ---------------------------------------------------------------- | - | | - | ------------------- |
The documentation for this class was generated from the following file:
- /home/pub/open/dev/fennel/calculator/ExtendedInstructionContext.h
