Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
#include <IccMpeCalc.h>
Public Member Functions | |
virtual bool | AfterOp (SIccCalcOp *op, SIccOpState &os, SIccCalcOp *ops)=0 |
virtual bool | BeforeOp (SIccCalcOp *op, SIccOpState &os, SIccCalcOp *ops)=0 |
virtual void | BeginApply ()=0 |
virtual void | EndApply ()=0 |
virtual void | Error (const char *msg)=0 |
virtual | ~IIccCalcDebugger () |
Static Public Member Functions | |
static void | SetDebugger (IIccCalcDebugger *pDebugger) |
Definition at line 543 of file IccMpeCalc.h.
|
inlinevirtual |
Definition at line 548 of file IccMpeCalc.h.
|
pure virtual |
Implemented in CIccConsoleDebugger, and CIccLogDebugger.
Referenced by CIccCalculatorFunc::ApplySequence().
|
pure virtual |
Implemented in CIccConsoleDebugger, and CIccLogDebugger.
Referenced by CIccCalculatorFunc::ApplySequence().
|
pure virtual |
Implemented in CIccConsoleDebugger, and CIccLogDebugger.
Referenced by CIccMpeCalculator::Apply().
|
pure virtual |
Implemented in CIccConsoleDebugger, and CIccLogDebugger.
Referenced by CIccMpeCalculator::Apply().
|
pure virtual |
Implemented in CIccConsoleDebugger, and CIccLogDebugger.
Referenced by CIccMpeCalculator::Apply(), and CIccOpDefInvalid::Exec().
|
static |
Definition at line 157 of file IccMpeCalc.cpp.
References g_ConsoleDebugger, g_pDebugger, and icCalcDebuggerConsole.
Referenced by main().