3.3.1 Obtain a Reference to the class Tcl instance

A single instance of the class is declared in ~tclcl/Tcl.cc as a static member variable; the programmer must obtain a reference to this instance to access other methods described in this section. The statement required to access this instance is:

        Tcl& tcl = Tcl::instance();



Tom Henderson 2011-11-05