Chapter 4. Tcl++ classes

The Tcl++ class library is an object oriented wrapper on libtcl, the Tcl API. It can be used either as an application framework, to create new specialized interpreters (SpecTcl does this), or as a library for existing applications and extensions.

This manual section (3tcl++) provides documentation for the classes in the library. The main base classes are:

Several other classes either extensions of theses or utility classes in their own right are defined.