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