Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
CIccOpDefInvalid Class Reference
+ Inheritance diagram for CIccOpDefInvalid:
+ Collaboration diagram for CIccOpDefInvalid:

Public Member Functions

virtual bool Exec (SIccCalcOp *op, SIccOpState &os)
 
virtual bool IsValid (CIccMpeCalculator *pCalc, SIccCalcOp &op)
 
- Public Member Functions inherited from IIccOpDef
virtual int ArgsPushed (CIccMpeCalculator *pCalc, SIccCalcOp &op)
 
virtual int ArgsUsed (CIccMpeCalculator *pCalc, SIccCalcOp &op)
 
virtual void Describe (SIccCalcOp &op, std::string &desc, int nVerboseness)
 
 IIccOpDef ()
 
virtual ~IIccOpDef ()
 

Detailed Description

Definition at line 210 of file IccMpeCalc.cpp.

Member Function Documentation

◆ Exec()

virtual bool CIccOpDefInvalid::Exec ( SIccCalcOp * op,
SIccOpState & os )
inlinevirtual

Reimplemented from IIccOpDef.

Definition at line 214 of file IccMpeCalc.cpp.

215 {
216 if (g_pDebugger)
217 {
218 std::string opDesc;
219 op->Describe(opDesc, 100); // TODO - propogate nVerboseness
220 std::string line = "Unknown operator: ";
221 line += opDesc;
222 g_pDebugger->Error(line.c_str());
223 }
224 return false;
225 }
static IIccCalcDebugger * g_pDebugger
virtual void Error(const char *msg)=0
void Describe(std::string &desc, int nVerboseness=100)
Name: SIccCalcOp::Describe.

References SIccCalcOp::Describe(), IIccCalcDebugger::Error(), and g_pDebugger.

+ Here is the call graph for this function:

◆ IsValid()

virtual bool CIccOpDefInvalid::IsValid ( CIccMpeCalculator * pCalc,
SIccCalcOp & op )
inlinevirtual

Reimplemented from IIccOpDef.

Definition at line 213 of file IccMpeCalc.cpp.

213{ return false; }

The documentation for this class was generated from the following file: