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