3.3 Class Tcl

The Tcl../Tcl/Tcl.h encapsulates the actual instance of the OTcl interpreter, and provides the methods to access and communicate with that interpreter. The methods described in this section are relevant to the ns programmer who is writing C++ code. The class provides methods for the following operations:

*
obtain a reference to the Tcl instance;
*
invoke OTcl procedures through the interpreter;
*
retrieve, or pass back results to the interpreter;
*
report error situations and exit in an uniform manner; and
*
store and lookup ``TclObjects''.
*
acquire direct access to the interpreter.
We describe each of the methods in the following subsections.



Subsections

Tom Henderson 2011-11-05