#include "relString.h"
#include "relNumExpr.h"
#include <string>
#include <sstream>
Include dependency graph for relStrExpr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| class | relStrExpr |
| class | relStrExprVar |
| class | relStrExprConst |
| class | relStrExprBinOp |
| class | relStrExprElem |
| class | relStrExprNum |
| class | relStrCmdArg |
Functions | |
| string | double2string (double pNum) |
| Global function. | |
Variables | |
| map< string, relDataType * > | gVariables |
| Global variables for interpreter. | |
| char ** | gArgv |
| Cmd line arg handling for the interpreter. | |
| int | gArgc |
| string double2string | ( | double | pNum | ) |
Global function.
Definition at line 82 of file crocopat.cpp.
Referenced by relStrExprNum::interpret().
Here is the caller graph for this function:

| int gArgc |
Definition at line 70 of file crocopat.cpp.
Referenced by crocopat(), and relStrCmdArg::interpret().
| char** gArgv |
Cmd line arg handling for the interpreter.
Definition at line 69 of file crocopat.cpp.
Referenced by crocopat(), and relStrCmdArg::interpret().
| map<string, relDataType*> gVariables |
Global variables for interpreter.
Definition at line 54 of file crocopat.cpp.
Referenced by createBddRelation(), crocopat(), file2vector(), relExprRelVar::interpret(), relNumExprVar::interpret(), relStmtAssign::interpret(), relStmtAssignNum::interpret(), relStmtAssignStr::interpret(), relStmtExec::interpret(), relStmtFor::interpret(), and relStrExprVar::interpret().
1.5.1