Blender V2.61 - r43446
Public Member Functions

CErrorValue Class Reference

#include <ErrorValue.h>

Inheritance diagram for CErrorValue:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual const STR_StringGetText ()
virtual double GetNumber ()
 CErrorValue ()
 CErrorValue (const char *errmsg)
virtual ~CErrorValue ()
virtual CValueCalc (VALUE_OPERATOR op, CValue *val)
virtual CValueCalcFinal (VALUE_DATA_TYPE dtype, VALUE_OPERATOR op, CValue *val)
virtual CValueGetReplica ()

Detailed Description

Definition at line 24 of file ErrorValue.h.


Constructor & Destructor Documentation

CErrorValue::CErrorValue ( )

Definition at line 24 of file ErrorValue.cpp.

References CValue::SetError().

Referenced by Calc(), and CalcFinal().

CErrorValue::CErrorValue ( const char *  errmsg)

Definition at line 36 of file ErrorValue.cpp.

References CValue::SetError().

CErrorValue::~CErrorValue ( ) [virtual]

Definition at line 50 of file ErrorValue.cpp.


Member Function Documentation

CValue * CErrorValue::Calc ( VALUE_OPERATOR  op,
CValue val 
) [virtual]
CValue * CErrorValue::CalcFinal ( VALUE_DATA_TYPE  dtype,
VALUE_OPERATOR  op,
CValue val 
) [virtual]

Implements CValue.

Definition at line 91 of file ErrorValue.cpp.

References CErrorValue(), GetText(), CValue::GetText(), and CValue::op2str().

double CErrorValue::GetNumber ( ) [virtual]

Implements CValue.

Definition at line 103 of file ErrorValue.cpp.

CValue * CErrorValue::GetReplica ( void  ) [virtual]

Implements CValue.

Definition at line 117 of file ErrorValue.cpp.

References assertd, NULL, and trace.

const STR_String & CErrorValue::GetText ( ) [virtual]

Implements CValue.

Definition at line 110 of file ErrorValue.cpp.

Referenced by Calc(), and CalcFinal().


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