HDK
|
#include <EX_ExprFunc.h>
Public Member Functions | |
EX_ExprLine () | |
~EX_ExprLine () | |
int64 | getMemoryUsage (bool inclusive) const |
bool | saveCompiled (std::ostream &os) |
bool | loadCompiled (UT_IStream &is) |
void | setExpression (const char *source) |
Public Attributes | |
int | myFlag |
int | myLineNum |
int | myOperand |
int | mySymbolIndex |
EV_EXPRESSION * | myExpr |
EX_ExprLine * | myBranch |
EX_ExprLine * | myNext |
int | myBranchNum |
Definition at line 41 of file EX_ExprFunc.h.
EX_ExprLine::EX_ExprLine | ( | ) |
EX_ExprLine::~EX_ExprLine | ( | ) |
int64 EX_ExprLine::getMemoryUsage | ( | bool | inclusive | ) | const |
bool EX_ExprLine::loadCompiled | ( | UT_IStream & | is | ) |
bool EX_ExprLine::saveCompiled | ( | std::ostream & | os | ) |
void EX_ExprLine::setExpression | ( | const char * | source | ) |
EX_ExprLine* EX_ExprLine::myBranch |
Definition at line 61 of file EX_ExprFunc.h.
int EX_ExprLine::myBranchNum |
Definition at line 63 of file EX_ExprFunc.h.
EV_EXPRESSION* EX_ExprLine::myExpr |
Definition at line 60 of file EX_ExprFunc.h.
int EX_ExprLine::myFlag |
Definition at line 56 of file EX_ExprFunc.h.
int EX_ExprLine::myLineNum |
Definition at line 57 of file EX_ExprFunc.h.
EX_ExprLine* EX_ExprLine::myNext |
Definition at line 62 of file EX_ExprFunc.h.
int EX_ExprLine::myOperand |
Definition at line 58 of file EX_ExprFunc.h.
int EX_ExprLine::mySymbolIndex |
Definition at line 59 of file EX_ExprFunc.h.