ExtendedInstructionContext Class Reference

A abstract base class for Extended Instructions that wish to store context between exec() calls. More...

#include <ExtendedInstructionContext.h>

Inheritance diagram for ExtendedInstructionContext:

EICtx ExtRegExpContext List of all members.

Public Member Functions

 ExtendedInstructionContext ()
virtual ~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]

Definition at line 36 of file ExtendedInstructionContext.h.

00037     {
00038     }

virtual ExtendedInstructionContext::~ExtendedInstructionContext (  )  [inline, virtual]

Definition at line 40 of file ExtendedInstructionContext.h.

00041     {
00042     }


The documentation for this class was generated from the following file:
Generated on Mon Jun 22 04:00:31 2009 for Fennel by  doxygen 1.5.1