#include <Xabsl2DecimalExpression.h>
Inheritance diagram for Xabsl2DecimalInputSymbolRef:


Public Member Functions | |
| Xabsl2DecimalInputSymbolRef (Xabsl2InputSource &input, Xabsl2ErrorHandler &errorHandler, Xabsl2Symbols &symbols) | |
| Constructor. | |
| virtual double | getValue () |
| Calculates the value of the decimal expression. | |
Private Attributes | |
| Xabsl2DecimalInputSymbol * | symbol |
| The referenced decimal input symbol. | |
Definition at line 87 of file Xabsl2DecimalExpression.h.
|
||||||||||||||||
|
Constructor. Creates the reference
Definition at line 133 of file Xabsl2DecimalExpression.cpp. References Xabsl2ErrorHandler::error(), Xabsl2Symbols::existsDecimalInputSymbol(), Xabsl2Symbols::getDecimalInputSymbol(), Xabsl2ErrorHandler::message(), Xabsl2InputSource::readString(), and XABSL2_DEBUG_INIT. |
Here is the call graph for this function:

|
|
Calculates the value of the decimal expression.
Implements Xabsl2DecimalExpression. Definition at line 150 of file Xabsl2DecimalExpression.cpp. References Xabsl2InputSymbol< double >::getValue(). |
Here is the call graph for this function:

|
|
The referenced decimal input symbol.
Definition at line 106 of file Xabsl2DecimalExpression.h. |
1.3.6