relExprAnd Class Reference

#include <relExpression.h>

Inheritance diagram for relExprAnd:

Inheritance graph
[legend]
Collaboration diagram for relExprAnd:

Collaboration graph
[legend]

Detailed Description

Definition at line 382 of file relExpression.h.

Public Member Functions

 relExprAnd (relExpression *pExpr1, relExpression *pExpr2)
 ~relExprAnd ()
virtual set< string > collectFreeAttrs ()
virtual bddRelation interpret (bddSymTab *pSymTab)

Private Attributes

relExpressionmExpr1
relExpressionmExpr2


Constructor & Destructor Documentation

relExprAnd::relExprAnd ( relExpression pExpr1,
relExpression pExpr2 
) [inline]

Definition at line 389 of file relExpression.h.

relExprAnd::~relExprAnd (  )  [inline]

Definition at line 394 of file relExpression.h.

References mExpr1, and mExpr2.


Member Function Documentation

virtual set<string> relExprAnd::collectFreeAttrs (  )  [inline, virtual]

Implements relExpression.

Definition at line 401 of file relExpression.h.

References relExpression::collectFreeAttrs(), mExpr1, and mExpr2.

Here is the call graph for this function:

virtual bddRelation relExprAnd::interpret ( bddSymTab pSymTab  )  [inline, virtual]

Implements relExpression.

Definition at line 410 of file relExpression.h.

References relExpression::interpret(), bddRelation::intersect(), mExpr1, and mExpr2.

Here is the call graph for this function:


Field Documentation

relExpression* relExprAnd::mExpr1 [private]

Definition at line 385 of file relExpression.h.

Referenced by collectFreeAttrs(), interpret(), and ~relExprAnd().

relExpression* relExprAnd::mExpr2 [private]

Definition at line 386 of file relExpression.h.

Referenced by collectFreeAttrs(), interpret(), and ~relExprAnd().


The documentation for this class was generated from the following file:
Generated on Fri Jun 6 22:22:40 2008 for CrocoPat by  doxygen 1.5.1