Expression class representing the min() function. More...
Public Member Functions | |
| Expression * | clone () const |
| Clone the expression. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
| MinExpression (const ExpressionList &arguments) | |
| Construct a new MinExpression. | |
| MinExpression (Expression *e1, Expression *e2) | |
| Construct a new MinExpression. | |
Expression class representing the min() function.
| HAPI::MinExpression::MinExpression | ( | Expression * | e1, | |
| Expression * | e2 | |||
| ) | [inline] |
Construct a new MinExpression.
| HAPI::MinExpression::MinExpression | ( | const ExpressionList & | arguments | ) | [inline] |
Construct a new MinExpression.
| Expression* HAPI::MinExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::MinExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.