HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EX_ExprLine Class Reference

#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_EXPRESSIONmyExpr
 
EX_ExprLinemyBranch
 
EX_ExprLinemyNext
 
int myBranchNum
 

Detailed Description

Definition at line 41 of file EX_ExprFunc.h.

Constructor & Destructor Documentation

EX_ExprLine::EX_ExprLine ( )
EX_ExprLine::~EX_ExprLine ( )

Member Function Documentation

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)

Member Data Documentation

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.


The documentation for this class was generated from the following file: