HAPI::OrExpression Class Reference

Expression class representing the Boolean or() function. More...

Inheritance diagram for HAPI::OrExpression:
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.
 OrExpression (const ExpressionList &arguments)
 Construct a new OrExpression.
 OrExpression (Expression *e1, Expression *e2)
 Construct a new OrExpression.

Detailed Description

Expression class representing the Boolean or() function.


Constructor & Destructor Documentation

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

Construct a new OrExpression.

HAPI::OrExpression::OrExpression ( const ExpressionList arguments  )  [inline]

Construct a new OrExpression.


Member Function Documentation

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

Clone the expression.

Implements HAPI::Expression.

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

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2010