HAPI::AndExpression Class Reference

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

Inheritance diagram for HAPI::AndExpression:
HAPI::CompositeExpression HAPI::Expression

List of all members.

Public Member Functions

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

Detailed Description

Expression class representing the Boolean and() function.


Constructor & Destructor Documentation

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

Construct a new AndExpression.

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

Construct a new AndExpression.


Member Function Documentation

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

Clone the expression.

Implements HAPI::Expression.

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

Return the operator of the expression.

Implements HAPI::CompositeExpression.


Copyright Hugin Expert A/S 1993-2010