- Publicity: Public Only All
10-recreation-procs.tcl
XOTcl functionality for handling recreation of objects Support for the recreation of classes objects without destroying foreign references. Normally, when a class definition is reloaded, the class is destroyed and created again with the same name. During the destruction of a class several references to this class are removed (e.g. in a class hierarchy, the relation from instances to this class, etc.). XOTcl provides support for altering this behavior through the recreate method.
- Location:
- packages/xotcl-core/tcl/10-recreation-procs.tcl
- Created:
- 2005-05-13
- Author:
- Gustaf Neumann <neumann@wu-wien.ac.at>
- CVS Identification:
$Id: 10-recreation-procs.tcl,v 1.15 2024/09/11 06:15:56 gustafn Exp $