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