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