Documentation generated from CVS HEAD

NAME

Itcl_CreateClass, Itcl_DeleteClass, Itcl_FindClass, Itcl_IsClass, Itcl_IsClassNamespace -
Manipulate classes.

SYNOPSIS

#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)

ARGUMENTS

TypeNameMode
Tcl_Interp*interpin
 Interpreter to modify.
CONST char*pathin
 Path of the class.
ItclObjectInfo*infoin
 TODO.
ItclClass**rPtrin/out
 The address of the pointer to modify.
ItclClass*cdefnPtrin
 Pointer to class info struct.
intautoloadin
 Flag value for if the class should be autoloaded
Tcl_Commandcmdin
 Command to check.
Tcl_Namespace*namespin
 Namespace to check.

DESCRIPTION

KEYWORDS

class, find