#include <CTCLInterpreterStartup.h>
Inheritance diagram for CTCLInterpreterStartup:
Public Member Functions | |
CTCLInterpreterStartup () | |
virtual | ~CTCLInterpreterStartup () |
Static Protected Member Functions | |
int | Tcl_Init (Tcl_Interp *pInterp) |
Private Member Functions | |
virtual int | operator() (int argc, char **argv) |
CTCLInterpreterStartup (const CTCLInterpreterStartup &aCTCLInterpreterStartup) | |
Copy Constructor Illegal private and unimplemented. | |
CTCLInterpreterStartup & | operator= (const CTCLInterpreterStartup &aCTCLInterpreterStartup) |
Operator= Assignment Operator Illegal private and unimplemented. | |
int | operator== (const CTCLInterpreterStartup &aCTCLInterpreterStartup) const |
Operator== Equality Operator Illegal private and unimplemented. |
Definition at line 309 of file CTCLInterpreterStartup.h.
|
Definition at line 311 of file CTCLInterpreterStartup.cpp. |
|
Definition at line 313 of file CTCLInterpreterStartup.cpp. |
|
Copy Constructor Illegal private and unimplemented.
|
|
Operation Type: Override. Purpose:
Note that the instance of the interpreter is gotten via a call to CEventLoop::getInstance() since this is a singleton class.
Implements CInterpreterStartup. Definition at line 340 of file CTCLInterpreterStartup.cpp. References NULL, CInterpreterStartup::OnInitialize(), and Tcl_Init(). |
|
Operator= Assignment Operator Illegal private and unimplemented.
|
|
Operator== Equality Operator Illegal private and unimplemented.
|
|
Operation Type: Initialization. Purpose: Called from the Tcl_Main() function. This static member:
Definition at line 377 of file CTCLInterpreterStartup.cpp. References CEventLoop::getInstance(), NULL, CInterpreterStartup::RegisterExtensions(), and CInterpreterStartup::setInterpreter(). Referenced by operator()(). |