#include <tclInt.h>
Collaboration diagram for Namespace:

Data Fields | |
| char * | name |
| char * | fullName |
| ClientData | clientData |
| Tcl_NamespaceDeleteProc * | deleteProc |
| Namespace * | parentPtr |
| Tcl_HashTable | childTable |
| long | nsId |
| Tcl_Interp * | interp |
| int | flags |
| int | activationCount |
| int | refCount |
| Tcl_HashTable | cmdTable |
| Tcl_HashTable | varTable |
| char ** | exportArrayPtr |
| int | numExportPatterns |
| int | maxExportPatterns |
| int | cmdRefEpoch |
| int | resolverEpoch |
| Tcl_ResolveCmdProc * | cmdResProc |
| Tcl_ResolveVarProc * | varResProc |
| Tcl_ResolveCompiledVarProc * | compiledVarResProc |
Definition at line 129 of file tclInt.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6