Expression class representing the Log10() function. More...
Public Member Functions | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. | |
Log10Expression (Expression *e) | |
Construct a new Log10Expression. |
Expression class representing the Log10() function.
HAPI::Log10Expression::Log10Expression | ( | Expression * | e | ) | [inline] |
Construct a new Log10Expression.
Expression* HAPI::Log10Expression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
Operator HAPI::Log10Expression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.