Home
last modified time | relevance | path

Searched refs:GrfSetCommentEnd (Results 1 – 5 of 5) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfSetCommentEnd.cpp34 GrfSetCommentEnd::~GrfSetCommentEnd() { in ~GrfSetCommentEnd()
38 SEQUENCE_INTERRUPTION_LIST GrfSetCommentEnd::executeInternal(DtaScriptVariable& visibility) { in executeInternal()
43 void GrfSetCommentEnd::compileCpp(CppCompilerEnvironment& theCompilerEnvironment) const { in compileCpp()
H A DGrfSetCommentEnd.h30 class GrfSetCommentEnd : public GrfCommand {
35 GrfSetCommentEnd() : _pCommentEnd(NULL) {} in GrfSetCommentEnd() function
36 virtual ~GrfSetCommentEnd();
H A DMakefile131 GrfSetCommentBegin.o GrfSetCommentEnd.o\
H A DCodeWorker.dsp784 SOURCE=.\GrfSetCommentEnd.cpp
1600 SOURCE=.\GrfSetCommentEnd.h
H A DDtaScript.cpp3668 GrfSetCommentEnd* pSetCommentEnd = new GrfSetCommentEnd; in parseSetCommentEnd()