Home
last modified time | relevance | path

Searched refs:_pReference (Results 1 – 4 of 4) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfReference.cpp36 if (_pReference != NULL) delete _pReference; in ~GrfReference()
41 DtaScriptVariable* pReference = visibility.getExistingVariable(*_pReference); in executeInternal()
44 std::string sExpression = _pReference->toString(); in executeInternal()
55 _pReference->compileCpp(theCompilerEnvironment); in compileCpp()
H A DGrfLocalReference.cpp37 if (_pReference != NULL) delete _pReference; in ~GrfLocalReference()
48 DtaScriptVariable* pReference = visibility.getExistingVariable(*_pReference); in executeInternal()
51 std::string sExpression = _pReference->toString(); in executeInternal()
67 _pReference->compileCpp(theCompilerEnvironment); in compileCpp()
H A DGrfLocalReference.h33 ExprScriptVariable* _pReference; variable
36 GrfLocalReference() : _pVariable(NULL), _pReference(NULL) {} in GrfLocalReference()
40 inline void setReference(ExprScriptVariable* pReference) { _pReference = pReference; } in setReference()
H A DGrfReference.h34 ExprScriptVariable* _pReference; variable
37 GrfReference() : _pReference(NULL), _pVariable(NULL) {} in GrfReference()
41 inline void setReference(ExprScriptVariable* pReference) { _pReference = pReference; } in setReference()