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