32 #ifndef TCLAPPLICATION_H //Required for current class 33 #define TCLAPPLICATION_H 35 #ifndef TCLINTERPRETEROBJECT_H 36 #include "TCLInterpreterObject.h" 44 Tcl_ThreadId m_thread;
65 if (
this == &aCTCLApplication)
return *
this;
66 CTCLInterpreterObject::operator= (aCTCLApplication);
76 (CTCLInterpreterObject::operator== (aCTCLApplication))
81 virtual int operator() () =0;
void getProgramArguments(int &argc, char **&argv)
Definition: TCLApplication.cpp:154
Definition: TCLInterpreterObject.h:46
Definition: TCLApplication.h:41
Tcl_ThreadId getThread() const
Definition: TCLApplication.cpp:164
CTCLApplication()
Definition: TCLApplication.cpp:79