HAPI::GreaterThanExpression Class Reference

Expression class representing the > operator. More...

Inheritance diagram for HAPI::GreaterThanExpression:
HAPI::CompositeExpression HAPI::Expression

List of all members.

Public Member Functions

Expressionclone () const
 Clone the expression.
Operator getOperator () const
 Return the operator of the expression.
 GreaterThanExpression (Expression *e1, Expression *e2)
 Construct a new GreaterThanExpression.

Detailed Description

Expression class representing the > operator.


Constructor & Destructor Documentation

HAPI::GreaterThanExpression::GreaterThanExpression ( Expression e1,
Expression e2 
) [inline]

Construct a new GreaterThanExpression.


Member Function Documentation

Expression* HAPI::GreaterThanExpression::clone (  )  const [inline, virtual]

Clone the expression.

Implements HAPI::Expression.

Operator HAPI::GreaterThanExpression::getOperator (  )  const [inline, virtual]

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2010