#include <Xabsl2DecimalExpression.h>
Inheritance diagram for Xabsl2DecimalValue:
Public Member Functions | |
Xabsl2DecimalValue (Xabsl2InputSource &input, Xabsl2ErrorHandler &errorHandler, Xabsl2Symbols &symbols) | |
Constructor. | |
virtual double | getValue () |
Calculates the value of the decimal expression. | |
Private Attributes | |
double | value |
The value. |
Definition at line 116 of file Xabsl2DecimalExpression.h.
|
Constructor. Creates the value
Definition at line 155 of file Xabsl2DecimalExpression.cpp. References Xabsl2ErrorHandler::message(), Xabsl2InputSource::readValue(), and XABSL2_DEBUG_INIT. |
Here is the call graph for this function:
|
Calculates the value of the decimal expression.
Implements Xabsl2DecimalExpression. Definition at line 164 of file Xabsl2DecimalExpression.cpp. |
|
The value.
Definition at line 135 of file Xabsl2DecimalExpression.h. |