#include <relExpression.h>
Inheritance diagram for relExprNot:


Definition at line 351 of file relExpression.h.
Public Member Functions | |
| relExprNot (relExpression *pExpr) | |
| ~relExprNot () | |
| virtual set< string > | collectFreeAttrs () |
| virtual bddRelation | interpret (bddSymTab *pSymTab) |
Private Attributes | |
| relExpression * | mExpr |
| relExprNot::relExprNot | ( | relExpression * | pExpr | ) | [inline] |
Definition at line 357 of file relExpression.h.
| relExprNot::~relExprNot | ( | ) | [inline] |
| virtual set<string> relExprNot::collectFreeAttrs | ( | ) | [inline, virtual] |
Implements relExpression.
Definition at line 367 of file relExpression.h.
References relExpression::collectFreeAttrs(), and mExpr.
Here is the call graph for this function:

| virtual bddRelation relExprNot::interpret | ( | bddSymTab * | pSymTab | ) | [inline, virtual] |
Implements relExpression.
Definition at line 373 of file relExpression.h.
References bddRelation::complement(), relExpression::interpret(), and mExpr.
Here is the call graph for this function:

relExpression* relExprNot::mExpr [private] |
Definition at line 354 of file relExpression.h.
Referenced by collectFreeAttrs(), interpret(), and ~relExprNot().
1.5.1