#include <relStrExpr.h>
Inheritance diagram for relStrExprBinOp:


Definition at line 112 of file relStrExpr.h.
Public Types | |
| enum | relStrOP { CONCAT } |
Public Member Functions | |
| relStrExprBinOp (relStrExpr *pExpr1, relStrOP pOp, relStrExpr *pExpr2) | |
| ~relStrExprBinOp () | |
| virtual relString | interpret (bddSymTab *pSymTab) |
Private Attributes | |
| relStrExpr * | mExpr1 |
| relStrOP | mOp |
| relStrExpr * | mExpr2 |
| relStrExprBinOp::relStrExprBinOp | ( | relStrExpr * | pExpr1, | |
| relStrOP | pOp, | |||
| relStrExpr * | pExpr2 | |||
| ) | [inline] |
Definition at line 123 of file relStrExpr.h.
| relStrExprBinOp::~relStrExprBinOp | ( | ) | [inline] |
Implements relStrExpr.
Definition at line 138 of file relStrExpr.h.
References CONCAT, relString::getValue(), relStrExpr::interpret(), mExpr1, mExpr2, mOp, and relString::setValue().
Here is the call graph for this function:

relStrExpr* relStrExprBinOp::mExpr1 [private] |
relStrOP relStrExprBinOp::mOp [private] |
relStrExpr* relStrExprBinOp::mExpr2 [private] |
1.5.1