Itcl_CreateClass, Itcl_DeleteClass, Itcl_FindClass, Itcl_IsClass, Itcl_IsClassNamespace — Manipulate classes.
#include <itclInt.h>
int
Itcl_CreateClass(interp, path, info, rPtr)
int
Itcl_DeleteClass(interp, cdefnPtr)
ItclClass *
Itcl_FindClass(interp, path, autoload)
int
Itcl_IsClass(cmd)
int
Itcl_IsClassNamespace(namesp)
- Tcl_Interp *interp (in)
-
Interpreter to modify.
- CONST char *path (in)
-
Path of the class.
- ItclObjectInfo *info (in)
-
TODO.
- ItclClass **rPtr (in/out)
-
The address of the pointer to modify.
- ItclClass *cdefnPtr (in)
-
Pointer to class info struct.
- int autoload (in)
-
Flag value for if the class should be autoloaded
- Tcl_Command cmd (in)
-
Command to check.
- Tcl_Namespace *namesp (in)
-
Namespace to check.
class, find
Copyright © 1993-1998 Lucent Technologies, Inc.