Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 08:30:03

0001 /*
0002  * This file is (mostly) automatically generated from itcl.decls.
0003  */
0004 
0005 #ifndef _ITCLINTDECLS
0006 #define _ITCLINTDECLS
0007 
0008 /* !BEGIN!: Do not edit below this line. */
0009 
0010 #define ITCLINT_STUBS_EPOCH 0
0011 #define ITCLINT_STUBS_REVISION 152
0012 
0013 #ifdef __cplusplus
0014 extern "C" {
0015 #endif
0016 
0017 /*
0018  * Exported function declarations:
0019  */
0020 
0021 /* 0 */
0022 ITCLAPI int     Itcl_IsClassNamespace(Tcl_Namespace *namesp);
0023 /* 1 */
0024 ITCLAPI int     Itcl_IsClass(Tcl_Command cmd);
0025 /* 2 */
0026 ITCLAPI ItclClass * Itcl_FindClass(Tcl_Interp *interp, const char *path,
0027                 int autoload);
0028 /* 3 */
0029 ITCLAPI int     Itcl_FindObject(Tcl_Interp *interp, const char *name,
0030                 ItclObject **roPtr);
0031 /* 4 */
0032 ITCLAPI int     Itcl_IsObject(Tcl_Command cmd);
0033 /* 5 */
0034 ITCLAPI int     Itcl_ObjectIsa(ItclObject *contextObj,
0035                 ItclClass *cdefn);
0036 /* 6 */
0037 ITCLAPI int     Itcl_Protection(Tcl_Interp *interp, int newLevel);
0038 /* 7 */
0039 ITCLAPI const char *    Itcl_ProtectionStr(int pLevel);
0040 /* 8 */
0041 ITCLAPI int     Itcl_CanAccess(ItclMemberFunc *memberPtr,
0042                 Tcl_Namespace *fromNsPtr);
0043 /* 9 */
0044 ITCLAPI int     Itcl_CanAccessFunc(ItclMemberFunc *mfunc,
0045                 Tcl_Namespace *fromNsPtr);
0046 /* Slot 10 is reserved */
0047 /* 11 */
0048 ITCLAPI void        Itcl_ParseNamespPath(const char *name,
0049                 Tcl_DString *buffer, const char **head,
0050                 const char **tail);
0051 /* 12 */
0052 ITCLAPI int     Itcl_DecodeScopedCommand(Tcl_Interp *interp,
0053                 const char *name, Tcl_Namespace **rNsPtr,
0054                 char **rCmdPtr);
0055 /* 13 */
0056 ITCLAPI int     Itcl_EvalArgs(Tcl_Interp *interp, int objc,
0057                 Tcl_Obj *const objv[]);
0058 /* 14 */
0059 ITCLAPI Tcl_Obj *   Itcl_CreateArgs(Tcl_Interp *interp,
0060                 const char *string, int objc,
0061                 Tcl_Obj *const objv[]);
0062 /* Slot 15 is reserved */
0063 /* Slot 16 is reserved */
0064 /* 17 */
0065 ITCLAPI int     Itcl_GetContext(Tcl_Interp *interp,
0066                 ItclClass **iclsPtrPtr,
0067                 ItclObject **ioPtrPtr);
0068 /* 18 */
0069 ITCLAPI void        Itcl_InitHierIter(ItclHierIter *iter,
0070                 ItclClass *iclsPtr);
0071 /* 19 */
0072 ITCLAPI void        Itcl_DeleteHierIter(ItclHierIter *iter);
0073 /* 20 */
0074 ITCLAPI ItclClass * Itcl_AdvanceHierIter(ItclHierIter *iter);
0075 /* 21 */
0076 ITCLAPI int     Itcl_FindClassesCmd(ClientData clientData,
0077                 Tcl_Interp *interp, int objc,
0078                 Tcl_Obj *const objv[]);
0079 /* 22 */
0080 ITCLAPI int     Itcl_FindObjectsCmd(ClientData clientData,
0081                 Tcl_Interp *interp, int objc,
0082                 Tcl_Obj *const objv[]);
0083 /* Slot 23 is reserved */
0084 /* 24 */
0085 ITCLAPI int     Itcl_DelClassCmd(ClientData clientData,
0086                 Tcl_Interp *interp, int objc,
0087                 Tcl_Obj *const objv[]);
0088 /* 25 */
0089 ITCLAPI int     Itcl_DelObjectCmd(ClientData clientData,
0090                 Tcl_Interp *interp, int objc,
0091                 Tcl_Obj *const objv[]);
0092 /* 26 */
0093 ITCLAPI int     Itcl_ScopeCmd(ClientData clientData,
0094                 Tcl_Interp *interp, int objc,
0095                 Tcl_Obj *const objv[]);
0096 /* 27 */
0097 ITCLAPI int     Itcl_CodeCmd(ClientData clientData,
0098                 Tcl_Interp *interp, int objc,
0099                 Tcl_Obj *const objv[]);
0100 /* 28 */
0101 ITCLAPI int     Itcl_StubCreateCmd(ClientData clientData,
0102                 Tcl_Interp *interp, int objc,
0103                 Tcl_Obj *const objv[]);
0104 /* 29 */
0105 ITCLAPI int     Itcl_StubExistsCmd(ClientData clientData,
0106                 Tcl_Interp *interp, int objc,
0107                 Tcl_Obj *const objv[]);
0108 /* 30 */
0109 ITCLAPI int     Itcl_IsStub(Tcl_Command cmd);
0110 /* 31 */
0111 ITCLAPI int     Itcl_CreateClass(Tcl_Interp *interp,
0112                 const char *path, ItclObjectInfo *info,
0113                 ItclClass **rPtr);
0114 /* 32 */
0115 ITCLAPI int     Itcl_DeleteClass(Tcl_Interp *interp,
0116                 ItclClass *iclsPtr);
0117 /* 33 */
0118 ITCLAPI Tcl_Namespace *  Itcl_FindClassNamespace(Tcl_Interp *interp,
0119                 const char *path);
0120 /* 34 */
0121 ITCLAPI int     Itcl_HandleClass(ClientData clientData,
0122                 Tcl_Interp *interp, int objc,
0123                 Tcl_Obj *const objv[]);
0124 /* Slot 35 is reserved */
0125 /* Slot 36 is reserved */
0126 /* Slot 37 is reserved */
0127 /* 38 */
0128 ITCLAPI void        Itcl_BuildVirtualTables(ItclClass *iclsPtr);
0129 /* 39 */
0130 ITCLAPI int     Itcl_CreateVariable(Tcl_Interp *interp,
0131                 ItclClass *iclsPtr, Tcl_Obj *name,
0132                 char *init, char *config,
0133                 ItclVariable **ivPtr);
0134 /* 40 */
0135 ITCLAPI void        Itcl_DeleteVariable(char *cdata);
0136 /* 41 */
0137 ITCLAPI const char *    Itcl_GetCommonVar(Tcl_Interp *interp,
0138                 const char *name, ItclClass *contextClass);
0139 /* Slot 42 is reserved */
0140 /* Slot 43 is reserved */
0141 /* 44 */
0142 ITCLAPI int     Itcl_CreateObject(Tcl_Interp *interp,
0143                 const char*name, ItclClass *iclsPtr,
0144                 int objc, Tcl_Obj *const objv[],
0145                 ItclObject **rioPtr);
0146 /* 45 */
0147 ITCLAPI int     Itcl_DeleteObject(Tcl_Interp *interp,
0148                 ItclObject *contextObj);
0149 /* 46 */
0150 ITCLAPI int     Itcl_DestructObject(Tcl_Interp *interp,
0151                 ItclObject *contextObj, int flags);
0152 /* Slot 47 is reserved */
0153 /* 48 */
0154 ITCLAPI const char *    Itcl_GetInstanceVar(Tcl_Interp *interp,
0155                 const char *name, ItclObject *contextIoPtr,
0156                 ItclClass *contextIclsPtr);
0157 /* Slot 49 is reserved */
0158 /* 50 */
0159 ITCLAPI int     Itcl_BodyCmd(ClientData dummy, Tcl_Interp *interp,
0160                 int objc, Tcl_Obj *const objv[]);
0161 /* 51 */
0162 ITCLAPI int     Itcl_ConfigBodyCmd(ClientData dummy,
0163                 Tcl_Interp *interp, int objc,
0164                 Tcl_Obj *const objv[]);
0165 /* 52 */
0166 ITCLAPI int     Itcl_CreateMethod(Tcl_Interp *interp,
0167                 ItclClass *iclsPtr, Tcl_Obj *namePtr,
0168                 const char *arglist, const char *body);
0169 /* 53 */
0170 ITCLAPI int     Itcl_CreateProc(Tcl_Interp *interp,
0171                 ItclClass *iclsPtr, Tcl_Obj *namePtr,
0172                 const char *arglist, const char *body);
0173 /* 54 */
0174 ITCLAPI int     Itcl_CreateMemberFunc(Tcl_Interp *interp,
0175                 ItclClass *iclsPtr, Tcl_Obj *name,
0176                 const char *arglist, const char *body,
0177                 ItclMemberFunc **mfuncPtr);
0178 /* 55 */
0179 ITCLAPI int     Itcl_ChangeMemberFunc(Tcl_Interp *interp,
0180                 ItclMemberFunc *mfunc, const char *arglist,
0181                 const char *body);
0182 /* 56 */
0183 ITCLAPI void        Itcl_DeleteMemberFunc(void *cdata);
0184 /* 57 */
0185 ITCLAPI int     Itcl_CreateMemberCode(Tcl_Interp *interp,
0186                 ItclClass *iclsPtr, const char *arglist,
0187                 const char *body, ItclMemberCode **mcodePtr);
0188 /* 58 */
0189 ITCLAPI void        Itcl_DeleteMemberCode(void *cdata);
0190 /* 59 */
0191 ITCLAPI int     Itcl_GetMemberCode(Tcl_Interp *interp,
0192                 ItclMemberFunc *mfunc);
0193 /* Slot 60 is reserved */
0194 /* 61 */
0195 ITCLAPI int     Itcl_EvalMemberCode(Tcl_Interp *interp,
0196                 ItclMemberFunc *mfunc,
0197                 ItclObject *contextObj, int objc,
0198                 Tcl_Obj *const objv[]);
0199 /* Slot 62 is reserved */
0200 /* Slot 63 is reserved */
0201 /* Slot 64 is reserved */
0202 /* Slot 65 is reserved */
0203 /* Slot 66 is reserved */
0204 /* 67 */
0205 ITCLAPI void        Itcl_GetMemberFuncUsage(ItclMemberFunc *mfunc,
0206                 ItclObject *contextObj, Tcl_Obj *objPtr);
0207 /* 68 */
0208 ITCLAPI int     Itcl_ExecMethod(ClientData clientData,
0209                 Tcl_Interp *interp, int objc,
0210                 Tcl_Obj *const objv[]);
0211 /* 69 */
0212 ITCLAPI int     Itcl_ExecProc(ClientData clientData,
0213                 Tcl_Interp *interp, int objc,
0214                 Tcl_Obj *const objv[]);
0215 /* Slot 70 is reserved */
0216 /* 71 */
0217 ITCLAPI int     Itcl_ConstructBase(Tcl_Interp *interp,
0218                 ItclObject *contextObj,
0219                 ItclClass *contextClass);
0220 /* 72 */
0221 ITCLAPI int     Itcl_InvokeMethodIfExists(Tcl_Interp *interp,
0222                 const char *name, ItclClass *contextClass,
0223                 ItclObject *contextObj, int objc,
0224                 Tcl_Obj *const objv[]);
0225 /* Slot 73 is reserved */
0226 /* 74 */
0227 ITCLAPI int     Itcl_ReportFuncErrors(Tcl_Interp *interp,
0228                 ItclMemberFunc *mfunc,
0229                 ItclObject *contextObj, int result);
0230 /* 75 */
0231 ITCLAPI int     Itcl_ParseInit(Tcl_Interp *interp,
0232                 ItclObjectInfo *info);
0233 /* 76 */
0234 ITCLAPI int     Itcl_ClassCmd(ClientData clientData,
0235                 Tcl_Interp *interp, int objc,
0236                 Tcl_Obj *const objv[]);
0237 /* 77 */
0238 ITCLAPI int     Itcl_ClassInheritCmd(ClientData clientData,
0239                 Tcl_Interp *interp, int objc,
0240                 Tcl_Obj *const objv[]);
0241 /* 78 */
0242 ITCLAPI int     Itcl_ClassProtectionCmd(ClientData clientData,
0243                 Tcl_Interp *interp, int objc,
0244                 Tcl_Obj *const objv[]);
0245 /* 79 */
0246 ITCLAPI int     Itcl_ClassConstructorCmd(ClientData clientData,
0247                 Tcl_Interp *interp, int objc,
0248                 Tcl_Obj *const objv[]);
0249 /* 80 */
0250 ITCLAPI int     Itcl_ClassDestructorCmd(ClientData clientData,
0251                 Tcl_Interp *interp, int objc,
0252                 Tcl_Obj *const objv[]);
0253 /* 81 */
0254 ITCLAPI int     Itcl_ClassMethodCmd(ClientData clientData,
0255                 Tcl_Interp *interp, int objc,
0256                 Tcl_Obj *const objv[]);
0257 /* 82 */
0258 ITCLAPI int     Itcl_ClassProcCmd(ClientData clientData,
0259                 Tcl_Interp *interp, int objc,
0260                 Tcl_Obj *const objv[]);
0261 /* 83 */
0262 ITCLAPI int     Itcl_ClassVariableCmd(ClientData clientData,
0263                 Tcl_Interp *interp, int objc,
0264                 Tcl_Obj *const objv[]);
0265 /* 84 */
0266 ITCLAPI int     Itcl_ClassCommonCmd(ClientData clientData,
0267                 Tcl_Interp *interp, int objc,
0268                 Tcl_Obj *const objv[]);
0269 /* 85 */
0270 ITCLAPI int     Itcl_ParseVarResolver(Tcl_Interp *interp,
0271                 const char *name, Tcl_Namespace *contextNs,
0272                 int flags, Tcl_Var *rPtr);
0273 /* 86 */
0274 ITCLAPI int     Itcl_BiInit(Tcl_Interp *interp,
0275                 ItclObjectInfo *infoPtr);
0276 /* 87 */
0277 ITCLAPI int     Itcl_InstallBiMethods(Tcl_Interp *interp,
0278                 ItclClass *cdefn);
0279 /* 88 */
0280 ITCLAPI int     Itcl_BiIsaCmd(ClientData clientData,
0281                 Tcl_Interp *interp, int objc,
0282                 Tcl_Obj *const objv[]);
0283 /* 89 */
0284 ITCLAPI int     Itcl_BiConfigureCmd(ClientData clientData,
0285                 Tcl_Interp *interp, int objc,
0286                 Tcl_Obj *const objv[]);
0287 /* 90 */
0288 ITCLAPI int     Itcl_BiCgetCmd(ClientData clientData,
0289                 Tcl_Interp *interp, int objc,
0290                 Tcl_Obj *const objv[]);
0291 /* 91 */
0292 ITCLAPI int     Itcl_BiChainCmd(ClientData dummy, Tcl_Interp *interp,
0293                 int objc, Tcl_Obj *const objv[]);
0294 /* 92 */
0295 ITCLAPI int     Itcl_BiInfoClassCmd(ClientData dummy,
0296                 Tcl_Interp *interp, int objc,
0297                 Tcl_Obj *const objv[]);
0298 /* 93 */
0299 ITCLAPI int     Itcl_BiInfoInheritCmd(ClientData dummy,
0300                 Tcl_Interp *interp, int objc,
0301                 Tcl_Obj *const objv[]);
0302 /* 94 */
0303 ITCLAPI int     Itcl_BiInfoHeritageCmd(ClientData dummy,
0304                 Tcl_Interp *interp, int objc,
0305                 Tcl_Obj *const objv[]);
0306 /* 95 */
0307 ITCLAPI int     Itcl_BiInfoFunctionCmd(ClientData dummy,
0308                 Tcl_Interp *interp, int objc,
0309                 Tcl_Obj *const objv[]);
0310 /* 96 */
0311 ITCLAPI int     Itcl_BiInfoVariableCmd(ClientData dummy,
0312                 Tcl_Interp *interp, int objc,
0313                 Tcl_Obj *const objv[]);
0314 /* 97 */
0315 ITCLAPI int     Itcl_BiInfoBodyCmd(ClientData dummy,
0316                 Tcl_Interp *interp, int objc,
0317                 Tcl_Obj *const objv[]);
0318 /* 98 */
0319 ITCLAPI int     Itcl_BiInfoArgsCmd(ClientData dummy,
0320                 Tcl_Interp *interp, int objc,
0321                 Tcl_Obj *const objv[]);
0322 /* Slot 99 is reserved */
0323 /* 100 */
0324 ITCLAPI int     Itcl_EnsembleInit(Tcl_Interp *interp);
0325 /* 101 */
0326 ITCLAPI int     Itcl_CreateEnsemble(Tcl_Interp *interp,
0327                 const char *ensName);
0328 /* 102 */
0329 ITCLAPI int     Itcl_AddEnsemblePart(Tcl_Interp *interp,
0330                 const char *ensName, const char *partName,
0331                 const char *usageInfo,
0332                 Tcl_ObjCmdProc *objProc,
0333                 ClientData clientData,
0334                 Tcl_CmdDeleteProc *deleteProc);
0335 /* 103 */
0336 ITCLAPI int     Itcl_GetEnsemblePart(Tcl_Interp *interp,
0337                 const char *ensName, const char *partName,
0338                 Tcl_CmdInfo *infoPtr);
0339 /* 104 */
0340 ITCLAPI int     Itcl_IsEnsemble(Tcl_CmdInfo *infoPtr);
0341 /* 105 */
0342 ITCLAPI int     Itcl_GetEnsembleUsage(Tcl_Interp *interp,
0343                 const char *ensName, Tcl_Obj *objPtr);
0344 /* 106 */
0345 ITCLAPI int     Itcl_GetEnsembleUsageForObj(Tcl_Interp *interp,
0346                 Tcl_Obj *ensObjPtr, Tcl_Obj *objPtr);
0347 /* 107 */
0348 ITCLAPI int     Itcl_EnsembleCmd(ClientData clientData,
0349                 Tcl_Interp *interp, int objc,
0350                 Tcl_Obj *const objv[]);
0351 /* 108 */
0352 ITCLAPI int     Itcl_EnsPartCmd(ClientData clientData,
0353                 Tcl_Interp *interp, int objc,
0354                 Tcl_Obj *const objv[]);
0355 /* 109 */
0356 ITCLAPI int     Itcl_EnsembleErrorCmd(ClientData clientData,
0357                 Tcl_Interp *interp, int objc,
0358                 Tcl_Obj *const objv[]);
0359 /* Slot 110 is reserved */
0360 /* Slot 111 is reserved */
0361 /* Slot 112 is reserved */
0362 /* Slot 113 is reserved */
0363 /* Slot 114 is reserved */
0364 /* 115 */
0365 ITCLAPI void        Itcl_Assert(const char *testExpr,
0366                 const char *fileName, int lineNum);
0367 /* 116 */
0368 ITCLAPI int     Itcl_IsObjectCmd(ClientData clientData,
0369                 Tcl_Interp *interp, int objc,
0370                 Tcl_Obj *const objv[]);
0371 /* 117 */
0372 ITCLAPI int     Itcl_IsClassCmd(ClientData clientData,
0373                 Tcl_Interp *interp, int objc,
0374                 Tcl_Obj *const objv[]);
0375 /* Slot 118 is reserved */
0376 /* Slot 119 is reserved */
0377 /* Slot 120 is reserved */
0378 /* Slot 121 is reserved */
0379 /* Slot 122 is reserved */
0380 /* Slot 123 is reserved */
0381 /* Slot 124 is reserved */
0382 /* Slot 125 is reserved */
0383 /* Slot 126 is reserved */
0384 /* Slot 127 is reserved */
0385 /* Slot 128 is reserved */
0386 /* Slot 129 is reserved */
0387 /* Slot 130 is reserved */
0388 /* Slot 131 is reserved */
0389 /* Slot 132 is reserved */
0390 /* Slot 133 is reserved */
0391 /* Slot 134 is reserved */
0392 /* Slot 135 is reserved */
0393 /* Slot 136 is reserved */
0394 /* Slot 137 is reserved */
0395 /* Slot 138 is reserved */
0396 /* Slot 139 is reserved */
0397 /* 140 */
0398 ITCLAPI int     Itcl_FilterAddCmd(ClientData clientData,
0399                 Tcl_Interp *interp, int objc,
0400                 Tcl_Obj *const objv[]);
0401 /* 141 */
0402 ITCLAPI int     Itcl_FilterDeleteCmd(ClientData clientData,
0403                 Tcl_Interp *interp, int objc,
0404                 Tcl_Obj *const objv[]);
0405 /* 142 */
0406 ITCLAPI int     Itcl_ForwardAddCmd(ClientData clientData,
0407                 Tcl_Interp *interp, int objc,
0408                 Tcl_Obj *const objv[]);
0409 /* 143 */
0410 ITCLAPI int     Itcl_ForwardDeleteCmd(ClientData clientData,
0411                 Tcl_Interp *interp, int objc,
0412                 Tcl_Obj *const objv[]);
0413 /* 144 */
0414 ITCLAPI int     Itcl_MixinAddCmd(ClientData clientData,
0415                 Tcl_Interp *interp, int objc,
0416                 Tcl_Obj *const objv[]);
0417 /* 145 */
0418 ITCLAPI int     Itcl_MixinDeleteCmd(ClientData clientData,
0419                 Tcl_Interp *interp, int objc,
0420                 Tcl_Obj *const objv[]);
0421 /* Slot 146 is reserved */
0422 /* Slot 147 is reserved */
0423 /* Slot 148 is reserved */
0424 /* Slot 149 is reserved */
0425 /* Slot 150 is reserved */
0426 /* 151 */
0427 ITCLAPI int     Itcl_BiInfoUnknownCmd(ClientData dummy,
0428                 Tcl_Interp *interp, int objc,
0429                 Tcl_Obj *const objv[]);
0430 /* 152 */
0431 ITCLAPI int     Itcl_BiInfoVarsCmd(ClientData dummy,
0432                 Tcl_Interp *interp, int objc,
0433                 Tcl_Obj *const objv[]);
0434 /* 153 */
0435 ITCLAPI int     Itcl_CanAccess2(ItclClass *iclsPtr, int protection,
0436                 Tcl_Namespace *fromNsPtr);
0437 /* Slot 154 is reserved */
0438 /* Slot 155 is reserved */
0439 /* Slot 156 is reserved */
0440 /* Slot 157 is reserved */
0441 /* Slot 158 is reserved */
0442 /* Slot 159 is reserved */
0443 /* 160 */
0444 ITCLAPI int     Itcl_SetCallFrameResolver(Tcl_Interp *interp,
0445                 Tcl_Resolve *resolvePtr);
0446 /* 161 */
0447 ITCLAPI int     ItclEnsembleSubCmd(ClientData clientData,
0448                 Tcl_Interp *interp, const char *ensembleName,
0449                 int objc, Tcl_Obj *const *objv,
0450                 const char *functionName);
0451 /* 162 */
0452 ITCLAPI Tcl_Namespace *  Itcl_GetUplevelNamespace(Tcl_Interp *interp,
0453                 int level);
0454 /* 163 */
0455 ITCLAPI ClientData  Itcl_GetCallFrameClientData(Tcl_Interp *interp);
0456 /* Slot 164 is reserved */
0457 /* 165 */
0458 ITCLAPI int     Itcl_SetCallFrameNamespace(Tcl_Interp *interp,
0459                 Tcl_Namespace *nsPtr);
0460 /* 166 */
0461 ITCLAPI int     Itcl_GetCallFrameObjc(Tcl_Interp *interp);
0462 /* 167 */
0463 ITCLAPI Tcl_Obj *const * Itcl_GetCallFrameObjv(Tcl_Interp *interp);
0464 /* 168 */
0465 ITCLAPI int     Itcl_NWidgetCmd(ClientData infoPtr,
0466                 Tcl_Interp *interp, int objc,
0467                 Tcl_Obj *const objv[]);
0468 /* 169 */
0469 ITCLAPI int     Itcl_AddOptionCmd(ClientData infoPtr,
0470                 Tcl_Interp *interp, int objc,
0471                 Tcl_Obj *const objv[]);
0472 /* 170 */
0473 ITCLAPI int     Itcl_AddComponentCmd(ClientData infoPtr,
0474                 Tcl_Interp *interp, int objc,
0475                 Tcl_Obj *const objv[]);
0476 /* 171 */
0477 ITCLAPI int     Itcl_BiInfoOptionCmd(ClientData dummy,
0478                 Tcl_Interp *interp, int objc,
0479                 Tcl_Obj *const objv[]);
0480 /* 172 */
0481 ITCLAPI int     Itcl_BiInfoComponentCmd(ClientData dummy,
0482                 Tcl_Interp *interp, int objc,
0483                 Tcl_Obj *const objv[]);
0484 /* 173 */
0485 ITCLAPI int     Itcl_RenameCommand(Tcl_Interp *interp,
0486                 const char *oldName, const char *newName);
0487 /* 174 */
0488 ITCLAPI int     Itcl_PushCallFrame(Tcl_Interp *interp,
0489                 Tcl_CallFrame *framePtr,
0490                 Tcl_Namespace *nsPtr, int isProcCallFrame);
0491 /* 175 */
0492 ITCLAPI void        Itcl_PopCallFrame(Tcl_Interp *interp);
0493 /* 176 */
0494 ITCLAPI Tcl_CallFrame *  Itcl_GetUplevelCallFrame(Tcl_Interp *interp,
0495                 int level);
0496 /* 177 */
0497 ITCLAPI Tcl_CallFrame *  Itcl_ActivateCallFrame(Tcl_Interp *interp,
0498                 Tcl_CallFrame *framePtr);
0499 /* 178 */
0500 ITCLAPI const char* ItclSetInstanceVar(Tcl_Interp *interp,
0501                 const char *name, const char *name2,
0502                 const char *value, ItclObject *contextIoPtr,
0503                 ItclClass *contextIclsPtr);
0504 /* 179 */
0505 ITCLAPI Tcl_Obj *   ItclCapitalize(const char *str);
0506 /* 180 */
0507 ITCLAPI int     ItclClassBaseCmd(ClientData clientData,
0508                 Tcl_Interp *interp, int flags, int objc,
0509                 Tcl_Obj *const objv[],
0510                 ItclClass **iclsPtrPtr);
0511 /* 181 */
0512 ITCLAPI int     ItclCreateComponent(Tcl_Interp *interp,
0513                 ItclClass *iclsPtr, Tcl_Obj *componentPtr,
0514                 int type, ItclComponent **icPtrPtr);
0515 /* 182 */
0516 ITCLAPI void        Itcl_SetContext(Tcl_Interp *interp,
0517                 ItclObject *ioPtr);
0518 /* 183 */
0519 ITCLAPI void        Itcl_UnsetContext(Tcl_Interp *interp);
0520 /* 184 */
0521 ITCLAPI const char *    ItclGetInstanceVar(Tcl_Interp *interp,
0522                 const char *name, const char *name2,
0523                 ItclObject *ioPtr, ItclClass *iclsPtr);
0524 
0525 typedef struct ItclIntStubs {
0526     int magic;
0527     int epoch;
0528     int revision;
0529     void *hooks;
0530 
0531     int (*itcl_IsClassNamespace) (Tcl_Namespace *namesp); /* 0 */
0532     int (*itcl_IsClass) (Tcl_Command cmd); /* 1 */
0533     ItclClass * (*itcl_FindClass) (Tcl_Interp *interp, const char *path, int autoload); /* 2 */
0534     int (*itcl_FindObject) (Tcl_Interp *interp, const char *name, ItclObject **roPtr); /* 3 */
0535     int (*itcl_IsObject) (Tcl_Command cmd); /* 4 */
0536     int (*itcl_ObjectIsa) (ItclObject *contextObj, ItclClass *cdefn); /* 5 */
0537     int (*itcl_Protection) (Tcl_Interp *interp, int newLevel); /* 6 */
0538     const char * (*itcl_ProtectionStr) (int pLevel); /* 7 */
0539     int (*itcl_CanAccess) (ItclMemberFunc *memberPtr, Tcl_Namespace *fromNsPtr); /* 8 */
0540     int (*itcl_CanAccessFunc) (ItclMemberFunc *mfunc, Tcl_Namespace *fromNsPtr); /* 9 */
0541     void (*reserved10)(void);
0542     void (*itcl_ParseNamespPath) (const char *name, Tcl_DString *buffer, const char **head, const char **tail); /* 11 */
0543     int (*itcl_DecodeScopedCommand) (Tcl_Interp *interp, const char *name, Tcl_Namespace **rNsPtr, char **rCmdPtr); /* 12 */
0544     int (*itcl_EvalArgs) (Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 13 */
0545     Tcl_Obj * (*itcl_CreateArgs) (Tcl_Interp *interp, const char *string, int objc, Tcl_Obj *const objv[]); /* 14 */
0546     void (*reserved15)(void);
0547     void (*reserved16)(void);
0548     int (*itcl_GetContext) (Tcl_Interp *interp, ItclClass **iclsPtrPtr, ItclObject **ioPtrPtr); /* 17 */
0549     void (*itcl_InitHierIter) (ItclHierIter *iter, ItclClass *iclsPtr); /* 18 */
0550     void (*itcl_DeleteHierIter) (ItclHierIter *iter); /* 19 */
0551     ItclClass * (*itcl_AdvanceHierIter) (ItclHierIter *iter); /* 20 */
0552     int (*itcl_FindClassesCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 21 */
0553     int (*itcl_FindObjectsCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 22 */
0554     void (*reserved23)(void);
0555     int (*itcl_DelClassCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 24 */
0556     int (*itcl_DelObjectCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 25 */
0557     int (*itcl_ScopeCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 26 */
0558     int (*itcl_CodeCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 27 */
0559     int (*itcl_StubCreateCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 28 */
0560     int (*itcl_StubExistsCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 29 */
0561     int (*itcl_IsStub) (Tcl_Command cmd); /* 30 */
0562     int (*itcl_CreateClass) (Tcl_Interp *interp, const char *path, ItclObjectInfo *info, ItclClass **rPtr); /* 31 */
0563     int (*itcl_DeleteClass) (Tcl_Interp *interp, ItclClass *iclsPtr); /* 32 */
0564     Tcl_Namespace * (*itcl_FindClassNamespace) (Tcl_Interp *interp, const char *path); /* 33 */
0565     int (*itcl_HandleClass) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 34 */
0566     void (*reserved35)(void);
0567     void (*reserved36)(void);
0568     void (*reserved37)(void);
0569     void (*itcl_BuildVirtualTables) (ItclClass *iclsPtr); /* 38 */
0570     int (*itcl_CreateVariable) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *name, char *init, char *config, ItclVariable **ivPtr); /* 39 */
0571     void (*itcl_DeleteVariable) (char *cdata); /* 40 */
0572     const char * (*itcl_GetCommonVar) (Tcl_Interp *interp, const char *name, ItclClass *contextClass); /* 41 */
0573     void (*reserved42)(void);
0574     void (*reserved43)(void);
0575     int (*itcl_CreateObject) (Tcl_Interp *interp, const char*name, ItclClass *iclsPtr, int objc, Tcl_Obj *const objv[], ItclObject **rioPtr); /* 44 */
0576     int (*itcl_DeleteObject) (Tcl_Interp *interp, ItclObject *contextObj); /* 45 */
0577     int (*itcl_DestructObject) (Tcl_Interp *interp, ItclObject *contextObj, int flags); /* 46 */
0578     void (*reserved47)(void);
0579     const char * (*itcl_GetInstanceVar) (Tcl_Interp *interp, const char *name, ItclObject *contextIoPtr, ItclClass *contextIclsPtr); /* 48 */
0580     void (*reserved49)(void);
0581     int (*itcl_BodyCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 50 */
0582     int (*itcl_ConfigBodyCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 51 */
0583     int (*itcl_CreateMethod) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *namePtr, const char *arglist, const char *body); /* 52 */
0584     int (*itcl_CreateProc) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *namePtr, const char *arglist, const char *body); /* 53 */
0585     int (*itcl_CreateMemberFunc) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *name, const char *arglist, const char *body, ItclMemberFunc **mfuncPtr); /* 54 */
0586     int (*itcl_ChangeMemberFunc) (Tcl_Interp *interp, ItclMemberFunc *mfunc, const char *arglist, const char *body); /* 55 */
0587     void (*itcl_DeleteMemberFunc) (void *cdata); /* 56 */
0588     int (*itcl_CreateMemberCode) (Tcl_Interp *interp, ItclClass *iclsPtr, const char *arglist, const char *body, ItclMemberCode **mcodePtr); /* 57 */
0589     void (*itcl_DeleteMemberCode) (void *cdata); /* 58 */
0590     int (*itcl_GetMemberCode) (Tcl_Interp *interp, ItclMemberFunc *mfunc); /* 59 */
0591     void (*reserved60)(void);
0592     int (*itcl_EvalMemberCode) (Tcl_Interp *interp, ItclMemberFunc *mfunc, ItclObject *contextObj, int objc, Tcl_Obj *const objv[]); /* 61 */
0593     void (*reserved62)(void);
0594     void (*reserved63)(void);
0595     void (*reserved64)(void);
0596     void (*reserved65)(void);
0597     void (*reserved66)(void);
0598     void (*itcl_GetMemberFuncUsage) (ItclMemberFunc *mfunc, ItclObject *contextObj, Tcl_Obj *objPtr); /* 67 */
0599     int (*itcl_ExecMethod) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 68 */
0600     int (*itcl_ExecProc) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 69 */
0601     void (*reserved70)(void);
0602     int (*itcl_ConstructBase) (Tcl_Interp *interp, ItclObject *contextObj, ItclClass *contextClass); /* 71 */
0603     int (*itcl_InvokeMethodIfExists) (Tcl_Interp *interp, const char *name, ItclClass *contextClass, ItclObject *contextObj, int objc, Tcl_Obj *const objv[]); /* 72 */
0604     void (*reserved73)(void);
0605     int (*itcl_ReportFuncErrors) (Tcl_Interp *interp, ItclMemberFunc *mfunc, ItclObject *contextObj, int result); /* 74 */
0606     int (*itcl_ParseInit) (Tcl_Interp *interp, ItclObjectInfo *info); /* 75 */
0607     int (*itcl_ClassCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 76 */
0608     int (*itcl_ClassInheritCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 77 */
0609     int (*itcl_ClassProtectionCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 78 */
0610     int (*itcl_ClassConstructorCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 79 */
0611     int (*itcl_ClassDestructorCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 80 */
0612     int (*itcl_ClassMethodCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 81 */
0613     int (*itcl_ClassProcCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 82 */
0614     int (*itcl_ClassVariableCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 83 */
0615     int (*itcl_ClassCommonCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 84 */
0616     int (*itcl_ParseVarResolver) (Tcl_Interp *interp, const char *name, Tcl_Namespace *contextNs, int flags, Tcl_Var *rPtr); /* 85 */
0617     int (*itcl_BiInit) (Tcl_Interp *interp, ItclObjectInfo *infoPtr); /* 86 */
0618     int (*itcl_InstallBiMethods) (Tcl_Interp *interp, ItclClass *cdefn); /* 87 */
0619     int (*itcl_BiIsaCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 88 */
0620     int (*itcl_BiConfigureCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 89 */
0621     int (*itcl_BiCgetCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 90 */
0622     int (*itcl_BiChainCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 91 */
0623     int (*itcl_BiInfoClassCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 92 */
0624     int (*itcl_BiInfoInheritCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 93 */
0625     int (*itcl_BiInfoHeritageCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 94 */
0626     int (*itcl_BiInfoFunctionCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 95 */
0627     int (*itcl_BiInfoVariableCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 96 */
0628     int (*itcl_BiInfoBodyCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 97 */
0629     int (*itcl_BiInfoArgsCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 98 */
0630     void (*reserved99)(void);
0631     int (*itcl_EnsembleInit) (Tcl_Interp *interp); /* 100 */
0632     int (*itcl_CreateEnsemble) (Tcl_Interp *interp, const char *ensName); /* 101 */
0633     int (*itcl_AddEnsemblePart) (Tcl_Interp *interp, const char *ensName, const char *partName, const char *usageInfo, Tcl_ObjCmdProc *objProc, ClientData clientData, Tcl_CmdDeleteProc *deleteProc); /* 102 */
0634     int (*itcl_GetEnsemblePart) (Tcl_Interp *interp, const char *ensName, const char *partName, Tcl_CmdInfo *infoPtr); /* 103 */
0635     int (*itcl_IsEnsemble) (Tcl_CmdInfo *infoPtr); /* 104 */
0636     int (*itcl_GetEnsembleUsage) (Tcl_Interp *interp, const char *ensName, Tcl_Obj *objPtr); /* 105 */
0637     int (*itcl_GetEnsembleUsageForObj) (Tcl_Interp *interp, Tcl_Obj *ensObjPtr, Tcl_Obj *objPtr); /* 106 */
0638     int (*itcl_EnsembleCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 107 */
0639     int (*itcl_EnsPartCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 108 */
0640     int (*itcl_EnsembleErrorCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 109 */
0641     void (*reserved110)(void);
0642     void (*reserved111)(void);
0643     void (*reserved112)(void);
0644     void (*reserved113)(void);
0645     void (*reserved114)(void);
0646     void (*itcl_Assert) (const char *testExpr, const char *fileName, int lineNum); /* 115 */
0647     int (*itcl_IsObjectCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 116 */
0648     int (*itcl_IsClassCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 117 */
0649     void (*reserved118)(void);
0650     void (*reserved119)(void);
0651     void (*reserved120)(void);
0652     void (*reserved121)(void);
0653     void (*reserved122)(void);
0654     void (*reserved123)(void);
0655     void (*reserved124)(void);
0656     void (*reserved125)(void);
0657     void (*reserved126)(void);
0658     void (*reserved127)(void);
0659     void (*reserved128)(void);
0660     void (*reserved129)(void);
0661     void (*reserved130)(void);
0662     void (*reserved131)(void);
0663     void (*reserved132)(void);
0664     void (*reserved133)(void);
0665     void (*reserved134)(void);
0666     void (*reserved135)(void);
0667     void (*reserved136)(void);
0668     void (*reserved137)(void);
0669     void (*reserved138)(void);
0670     void (*reserved139)(void);
0671     int (*itcl_FilterAddCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 140 */
0672     int (*itcl_FilterDeleteCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 141 */
0673     int (*itcl_ForwardAddCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 142 */
0674     int (*itcl_ForwardDeleteCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 143 */
0675     int (*itcl_MixinAddCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 144 */
0676     int (*itcl_MixinDeleteCmd) (ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 145 */
0677     void (*reserved146)(void);
0678     void (*reserved147)(void);
0679     void (*reserved148)(void);
0680     void (*reserved149)(void);
0681     void (*reserved150)(void);
0682     int (*itcl_BiInfoUnknownCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 151 */
0683     int (*itcl_BiInfoVarsCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 152 */
0684     int (*itcl_CanAccess2) (ItclClass *iclsPtr, int protection, Tcl_Namespace *fromNsPtr); /* 153 */
0685     void (*reserved154)(void);
0686     void (*reserved155)(void);
0687     void (*reserved156)(void);
0688     void (*reserved157)(void);
0689     void (*reserved158)(void);
0690     void (*reserved159)(void);
0691     int (*itcl_SetCallFrameResolver) (Tcl_Interp *interp, Tcl_Resolve *resolvePtr); /* 160 */
0692     int (*itclEnsembleSubCmd) (ClientData clientData, Tcl_Interp *interp, const char *ensembleName, int objc, Tcl_Obj *const *objv, const char *functionName); /* 161 */
0693     Tcl_Namespace * (*itcl_GetUplevelNamespace) (Tcl_Interp *interp, int level); /* 162 */
0694     ClientData (*itcl_GetCallFrameClientData) (Tcl_Interp *interp); /* 163 */
0695     void (*reserved164)(void);
0696     int (*itcl_SetCallFrameNamespace) (Tcl_Interp *interp, Tcl_Namespace *nsPtr); /* 165 */
0697     int (*itcl_GetCallFrameObjc) (Tcl_Interp *interp); /* 166 */
0698     Tcl_Obj *const * (*itcl_GetCallFrameObjv) (Tcl_Interp *interp); /* 167 */
0699     int (*itcl_NWidgetCmd) (ClientData infoPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 168 */
0700     int (*itcl_AddOptionCmd) (ClientData infoPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 169 */
0701     int (*itcl_AddComponentCmd) (ClientData infoPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 170 */
0702     int (*itcl_BiInfoOptionCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 171 */
0703     int (*itcl_BiInfoComponentCmd) (ClientData dummy, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); /* 172 */
0704     int (*itcl_RenameCommand) (Tcl_Interp *interp, const char *oldName, const char *newName); /* 173 */
0705     int (*itcl_PushCallFrame) (Tcl_Interp *interp, Tcl_CallFrame *framePtr, Tcl_Namespace *nsPtr, int isProcCallFrame); /* 174 */
0706     void (*itcl_PopCallFrame) (Tcl_Interp *interp); /* 175 */
0707     Tcl_CallFrame * (*itcl_GetUplevelCallFrame) (Tcl_Interp *interp, int level); /* 176 */
0708     Tcl_CallFrame * (*itcl_ActivateCallFrame) (Tcl_Interp *interp, Tcl_CallFrame *framePtr); /* 177 */
0709     const char* (*itclSetInstanceVar) (Tcl_Interp *interp, const char *name, const char *name2, const char *value, ItclObject *contextIoPtr, ItclClass *contextIclsPtr); /* 178 */
0710     Tcl_Obj * (*itclCapitalize) (const char *str); /* 179 */
0711     int (*itclClassBaseCmd) (ClientData clientData, Tcl_Interp *interp, int flags, int objc, Tcl_Obj *const objv[], ItclClass **iclsPtrPtr); /* 180 */
0712     int (*itclCreateComponent) (Tcl_Interp *interp, ItclClass *iclsPtr, Tcl_Obj *componentPtr, int type, ItclComponent **icPtrPtr); /* 181 */
0713     void (*itcl_SetContext) (Tcl_Interp *interp, ItclObject *ioPtr); /* 182 */
0714     void (*itcl_UnsetContext) (Tcl_Interp *interp); /* 183 */
0715     const char * (*itclGetInstanceVar) (Tcl_Interp *interp, const char *name, const char *name2, ItclObject *ioPtr, ItclClass *iclsPtr); /* 184 */
0716 } ItclIntStubs;
0717 
0718 extern const ItclIntStubs *itclIntStubsPtr;
0719 
0720 #ifdef __cplusplus
0721 }
0722 #endif
0723 
0724 #if defined(USE_ITCL_STUBS)
0725 
0726 /*
0727  * Inline function declarations:
0728  */
0729 
0730 #define Itcl_IsClassNamespace \
0731     (itclIntStubsPtr->itcl_IsClassNamespace) /* 0 */
0732 #define Itcl_IsClass \
0733     (itclIntStubsPtr->itcl_IsClass) /* 1 */
0734 #define Itcl_FindClass \
0735     (itclIntStubsPtr->itcl_FindClass) /* 2 */
0736 #define Itcl_FindObject \
0737     (itclIntStubsPtr->itcl_FindObject) /* 3 */
0738 #define Itcl_IsObject \
0739     (itclIntStubsPtr->itcl_IsObject) /* 4 */
0740 #define Itcl_ObjectIsa \
0741     (itclIntStubsPtr->itcl_ObjectIsa) /* 5 */
0742 #define Itcl_Protection \
0743     (itclIntStubsPtr->itcl_Protection) /* 6 */
0744 #define Itcl_ProtectionStr \
0745     (itclIntStubsPtr->itcl_ProtectionStr) /* 7 */
0746 #define Itcl_CanAccess \
0747     (itclIntStubsPtr->itcl_CanAccess) /* 8 */
0748 #define Itcl_CanAccessFunc \
0749     (itclIntStubsPtr->itcl_CanAccessFunc) /* 9 */
0750 /* Slot 10 is reserved */
0751 #define Itcl_ParseNamespPath \
0752     (itclIntStubsPtr->itcl_ParseNamespPath) /* 11 */
0753 #define Itcl_DecodeScopedCommand \
0754     (itclIntStubsPtr->itcl_DecodeScopedCommand) /* 12 */
0755 #define Itcl_EvalArgs \
0756     (itclIntStubsPtr->itcl_EvalArgs) /* 13 */
0757 #define Itcl_CreateArgs \
0758     (itclIntStubsPtr->itcl_CreateArgs) /* 14 */
0759 /* Slot 15 is reserved */
0760 /* Slot 16 is reserved */
0761 #define Itcl_GetContext \
0762     (itclIntStubsPtr->itcl_GetContext) /* 17 */
0763 #define Itcl_InitHierIter \
0764     (itclIntStubsPtr->itcl_InitHierIter) /* 18 */
0765 #define Itcl_DeleteHierIter \
0766     (itclIntStubsPtr->itcl_DeleteHierIter) /* 19 */
0767 #define Itcl_AdvanceHierIter \
0768     (itclIntStubsPtr->itcl_AdvanceHierIter) /* 20 */
0769 #define Itcl_FindClassesCmd \
0770     (itclIntStubsPtr->itcl_FindClassesCmd) /* 21 */
0771 #define Itcl_FindObjectsCmd \
0772     (itclIntStubsPtr->itcl_FindObjectsCmd) /* 22 */
0773 /* Slot 23 is reserved */
0774 #define Itcl_DelClassCmd \
0775     (itclIntStubsPtr->itcl_DelClassCmd) /* 24 */
0776 #define Itcl_DelObjectCmd \
0777     (itclIntStubsPtr->itcl_DelObjectCmd) /* 25 */
0778 #define Itcl_ScopeCmd \
0779     (itclIntStubsPtr->itcl_ScopeCmd) /* 26 */
0780 #define Itcl_CodeCmd \
0781     (itclIntStubsPtr->itcl_CodeCmd) /* 27 */
0782 #define Itcl_StubCreateCmd \
0783     (itclIntStubsPtr->itcl_StubCreateCmd) /* 28 */
0784 #define Itcl_StubExistsCmd \
0785     (itclIntStubsPtr->itcl_StubExistsCmd) /* 29 */
0786 #define Itcl_IsStub \
0787     (itclIntStubsPtr->itcl_IsStub) /* 30 */
0788 #define Itcl_CreateClass \
0789     (itclIntStubsPtr->itcl_CreateClass) /* 31 */
0790 #define Itcl_DeleteClass \
0791     (itclIntStubsPtr->itcl_DeleteClass) /* 32 */
0792 #define Itcl_FindClassNamespace \
0793     (itclIntStubsPtr->itcl_FindClassNamespace) /* 33 */
0794 #define Itcl_HandleClass \
0795     (itclIntStubsPtr->itcl_HandleClass) /* 34 */
0796 /* Slot 35 is reserved */
0797 /* Slot 36 is reserved */
0798 /* Slot 37 is reserved */
0799 #define Itcl_BuildVirtualTables \
0800     (itclIntStubsPtr->itcl_BuildVirtualTables) /* 38 */
0801 #define Itcl_CreateVariable \
0802     (itclIntStubsPtr->itcl_CreateVariable) /* 39 */
0803 #define Itcl_DeleteVariable \
0804     (itclIntStubsPtr->itcl_DeleteVariable) /* 40 */
0805 #define Itcl_GetCommonVar \
0806     (itclIntStubsPtr->itcl_GetCommonVar) /* 41 */
0807 /* Slot 42 is reserved */
0808 /* Slot 43 is reserved */
0809 #define Itcl_CreateObject \
0810     (itclIntStubsPtr->itcl_CreateObject) /* 44 */
0811 #define Itcl_DeleteObject \
0812     (itclIntStubsPtr->itcl_DeleteObject) /* 45 */
0813 #define Itcl_DestructObject \
0814     (itclIntStubsPtr->itcl_DestructObject) /* 46 */
0815 /* Slot 47 is reserved */
0816 #define Itcl_GetInstanceVar \
0817     (itclIntStubsPtr->itcl_GetInstanceVar) /* 48 */
0818 /* Slot 49 is reserved */
0819 #define Itcl_BodyCmd \
0820     (itclIntStubsPtr->itcl_BodyCmd) /* 50 */
0821 #define Itcl_ConfigBodyCmd \
0822     (itclIntStubsPtr->itcl_ConfigBodyCmd) /* 51 */
0823 #define Itcl_CreateMethod \
0824     (itclIntStubsPtr->itcl_CreateMethod) /* 52 */
0825 #define Itcl_CreateProc \
0826     (itclIntStubsPtr->itcl_CreateProc) /* 53 */
0827 #define Itcl_CreateMemberFunc \
0828     (itclIntStubsPtr->itcl_CreateMemberFunc) /* 54 */
0829 #define Itcl_ChangeMemberFunc \
0830     (itclIntStubsPtr->itcl_ChangeMemberFunc) /* 55 */
0831 #define Itcl_DeleteMemberFunc \
0832     (itclIntStubsPtr->itcl_DeleteMemberFunc) /* 56 */
0833 #define Itcl_CreateMemberCode \
0834     (itclIntStubsPtr->itcl_CreateMemberCode) /* 57 */
0835 #define Itcl_DeleteMemberCode \
0836     (itclIntStubsPtr->itcl_DeleteMemberCode) /* 58 */
0837 #define Itcl_GetMemberCode \
0838     (itclIntStubsPtr->itcl_GetMemberCode) /* 59 */
0839 /* Slot 60 is reserved */
0840 #define Itcl_EvalMemberCode \
0841     (itclIntStubsPtr->itcl_EvalMemberCode) /* 61 */
0842 /* Slot 62 is reserved */
0843 /* Slot 63 is reserved */
0844 /* Slot 64 is reserved */
0845 /* Slot 65 is reserved */
0846 /* Slot 66 is reserved */
0847 #define Itcl_GetMemberFuncUsage \
0848     (itclIntStubsPtr->itcl_GetMemberFuncUsage) /* 67 */
0849 #define Itcl_ExecMethod \
0850     (itclIntStubsPtr->itcl_ExecMethod) /* 68 */
0851 #define Itcl_ExecProc \
0852     (itclIntStubsPtr->itcl_ExecProc) /* 69 */
0853 /* Slot 70 is reserved */
0854 #define Itcl_ConstructBase \
0855     (itclIntStubsPtr->itcl_ConstructBase) /* 71 */
0856 #define Itcl_InvokeMethodIfExists \
0857     (itclIntStubsPtr->itcl_InvokeMethodIfExists) /* 72 */
0858 /* Slot 73 is reserved */
0859 #define Itcl_ReportFuncErrors \
0860     (itclIntStubsPtr->itcl_ReportFuncErrors) /* 74 */
0861 #define Itcl_ParseInit \
0862     (itclIntStubsPtr->itcl_ParseInit) /* 75 */
0863 #define Itcl_ClassCmd \
0864     (itclIntStubsPtr->itcl_ClassCmd) /* 76 */
0865 #define Itcl_ClassInheritCmd \
0866     (itclIntStubsPtr->itcl_ClassInheritCmd) /* 77 */
0867 #define Itcl_ClassProtectionCmd \
0868     (itclIntStubsPtr->itcl_ClassProtectionCmd) /* 78 */
0869 #define Itcl_ClassConstructorCmd \
0870     (itclIntStubsPtr->itcl_ClassConstructorCmd) /* 79 */
0871 #define Itcl_ClassDestructorCmd \
0872     (itclIntStubsPtr->itcl_ClassDestructorCmd) /* 80 */
0873 #define Itcl_ClassMethodCmd \
0874     (itclIntStubsPtr->itcl_ClassMethodCmd) /* 81 */
0875 #define Itcl_ClassProcCmd \
0876     (itclIntStubsPtr->itcl_ClassProcCmd) /* 82 */
0877 #define Itcl_ClassVariableCmd \
0878     (itclIntStubsPtr->itcl_ClassVariableCmd) /* 83 */
0879 #define Itcl_ClassCommonCmd \
0880     (itclIntStubsPtr->itcl_ClassCommonCmd) /* 84 */
0881 #define Itcl_ParseVarResolver \
0882     (itclIntStubsPtr->itcl_ParseVarResolver) /* 85 */
0883 #define Itcl_BiInit \
0884     (itclIntStubsPtr->itcl_BiInit) /* 86 */
0885 #define Itcl_InstallBiMethods \
0886     (itclIntStubsPtr->itcl_InstallBiMethods) /* 87 */
0887 #define Itcl_BiIsaCmd \
0888     (itclIntStubsPtr->itcl_BiIsaCmd) /* 88 */
0889 #define Itcl_BiConfigureCmd \
0890     (itclIntStubsPtr->itcl_BiConfigureCmd) /* 89 */
0891 #define Itcl_BiCgetCmd \
0892     (itclIntStubsPtr->itcl_BiCgetCmd) /* 90 */
0893 #define Itcl_BiChainCmd \
0894     (itclIntStubsPtr->itcl_BiChainCmd) /* 91 */
0895 #define Itcl_BiInfoClassCmd \
0896     (itclIntStubsPtr->itcl_BiInfoClassCmd) /* 92 */
0897 #define Itcl_BiInfoInheritCmd \
0898     (itclIntStubsPtr->itcl_BiInfoInheritCmd) /* 93 */
0899 #define Itcl_BiInfoHeritageCmd \
0900     (itclIntStubsPtr->itcl_BiInfoHeritageCmd) /* 94 */
0901 #define Itcl_BiInfoFunctionCmd \
0902     (itclIntStubsPtr->itcl_BiInfoFunctionCmd) /* 95 */
0903 #define Itcl_BiInfoVariableCmd \
0904     (itclIntStubsPtr->itcl_BiInfoVariableCmd) /* 96 */
0905 #define Itcl_BiInfoBodyCmd \
0906     (itclIntStubsPtr->itcl_BiInfoBodyCmd) /* 97 */
0907 #define Itcl_BiInfoArgsCmd \
0908     (itclIntStubsPtr->itcl_BiInfoArgsCmd) /* 98 */
0909 /* Slot 99 is reserved */
0910 #define Itcl_EnsembleInit \
0911     (itclIntStubsPtr->itcl_EnsembleInit) /* 100 */
0912 #define Itcl_CreateEnsemble \
0913     (itclIntStubsPtr->itcl_CreateEnsemble) /* 101 */
0914 #define Itcl_AddEnsemblePart \
0915     (itclIntStubsPtr->itcl_AddEnsemblePart) /* 102 */
0916 #define Itcl_GetEnsemblePart \
0917     (itclIntStubsPtr->itcl_GetEnsemblePart) /* 103 */
0918 #define Itcl_IsEnsemble \
0919     (itclIntStubsPtr->itcl_IsEnsemble) /* 104 */
0920 #define Itcl_GetEnsembleUsage \
0921     (itclIntStubsPtr->itcl_GetEnsembleUsage) /* 105 */
0922 #define Itcl_GetEnsembleUsageForObj \
0923     (itclIntStubsPtr->itcl_GetEnsembleUsageForObj) /* 106 */
0924 #define Itcl_EnsembleCmd \
0925     (itclIntStubsPtr->itcl_EnsembleCmd) /* 107 */
0926 #define Itcl_EnsPartCmd \
0927     (itclIntStubsPtr->itcl_EnsPartCmd) /* 108 */
0928 #define Itcl_EnsembleErrorCmd \
0929     (itclIntStubsPtr->itcl_EnsembleErrorCmd) /* 109 */
0930 /* Slot 110 is reserved */
0931 /* Slot 111 is reserved */
0932 /* Slot 112 is reserved */
0933 /* Slot 113 is reserved */
0934 /* Slot 114 is reserved */
0935 #define Itcl_Assert \
0936     (itclIntStubsPtr->itcl_Assert) /* 115 */
0937 #define Itcl_IsObjectCmd \
0938     (itclIntStubsPtr->itcl_IsObjectCmd) /* 116 */
0939 #define Itcl_IsClassCmd \
0940     (itclIntStubsPtr->itcl_IsClassCmd) /* 117 */
0941 /* Slot 118 is reserved */
0942 /* Slot 119 is reserved */
0943 /* Slot 120 is reserved */
0944 /* Slot 121 is reserved */
0945 /* Slot 122 is reserved */
0946 /* Slot 123 is reserved */
0947 /* Slot 124 is reserved */
0948 /* Slot 125 is reserved */
0949 /* Slot 126 is reserved */
0950 /* Slot 127 is reserved */
0951 /* Slot 128 is reserved */
0952 /* Slot 129 is reserved */
0953 /* Slot 130 is reserved */
0954 /* Slot 131 is reserved */
0955 /* Slot 132 is reserved */
0956 /* Slot 133 is reserved */
0957 /* Slot 134 is reserved */
0958 /* Slot 135 is reserved */
0959 /* Slot 136 is reserved */
0960 /* Slot 137 is reserved */
0961 /* Slot 138 is reserved */
0962 /* Slot 139 is reserved */
0963 #define Itcl_FilterAddCmd \
0964     (itclIntStubsPtr->itcl_FilterAddCmd) /* 140 */
0965 #define Itcl_FilterDeleteCmd \
0966     (itclIntStubsPtr->itcl_FilterDeleteCmd) /* 141 */
0967 #define Itcl_ForwardAddCmd \
0968     (itclIntStubsPtr->itcl_ForwardAddCmd) /* 142 */
0969 #define Itcl_ForwardDeleteCmd \
0970     (itclIntStubsPtr->itcl_ForwardDeleteCmd) /* 143 */
0971 #define Itcl_MixinAddCmd \
0972     (itclIntStubsPtr->itcl_MixinAddCmd) /* 144 */
0973 #define Itcl_MixinDeleteCmd \
0974     (itclIntStubsPtr->itcl_MixinDeleteCmd) /* 145 */
0975 /* Slot 146 is reserved */
0976 /* Slot 147 is reserved */
0977 /* Slot 148 is reserved */
0978 /* Slot 149 is reserved */
0979 /* Slot 150 is reserved */
0980 #define Itcl_BiInfoUnknownCmd \
0981     (itclIntStubsPtr->itcl_BiInfoUnknownCmd) /* 151 */
0982 #define Itcl_BiInfoVarsCmd \
0983     (itclIntStubsPtr->itcl_BiInfoVarsCmd) /* 152 */
0984 #define Itcl_CanAccess2 \
0985     (itclIntStubsPtr->itcl_CanAccess2) /* 153 */
0986 /* Slot 154 is reserved */
0987 /* Slot 155 is reserved */
0988 /* Slot 156 is reserved */
0989 /* Slot 157 is reserved */
0990 /* Slot 158 is reserved */
0991 /* Slot 159 is reserved */
0992 #define Itcl_SetCallFrameResolver \
0993     (itclIntStubsPtr->itcl_SetCallFrameResolver) /* 160 */
0994 #define ItclEnsembleSubCmd \
0995     (itclIntStubsPtr->itclEnsembleSubCmd) /* 161 */
0996 #define Itcl_GetUplevelNamespace \
0997     (itclIntStubsPtr->itcl_GetUplevelNamespace) /* 162 */
0998 #define Itcl_GetCallFrameClientData \
0999     (itclIntStubsPtr->itcl_GetCallFrameClientData) /* 163 */
1000 /* Slot 164 is reserved */
1001 #define Itcl_SetCallFrameNamespace \
1002     (itclIntStubsPtr->itcl_SetCallFrameNamespace) /* 165 */
1003 #define Itcl_GetCallFrameObjc \
1004     (itclIntStubsPtr->itcl_GetCallFrameObjc) /* 166 */
1005 #define Itcl_GetCallFrameObjv \
1006     (itclIntStubsPtr->itcl_GetCallFrameObjv) /* 167 */
1007 #define Itcl_NWidgetCmd \
1008     (itclIntStubsPtr->itcl_NWidgetCmd) /* 168 */
1009 #define Itcl_AddOptionCmd \
1010     (itclIntStubsPtr->itcl_AddOptionCmd) /* 169 */
1011 #define Itcl_AddComponentCmd \
1012     (itclIntStubsPtr->itcl_AddComponentCmd) /* 170 */
1013 #define Itcl_BiInfoOptionCmd \
1014     (itclIntStubsPtr->itcl_BiInfoOptionCmd) /* 171 */
1015 #define Itcl_BiInfoComponentCmd \
1016     (itclIntStubsPtr->itcl_BiInfoComponentCmd) /* 172 */
1017 #define Itcl_RenameCommand \
1018     (itclIntStubsPtr->itcl_RenameCommand) /* 173 */
1019 #define Itcl_PushCallFrame \
1020     (itclIntStubsPtr->itcl_PushCallFrame) /* 174 */
1021 #define Itcl_PopCallFrame \
1022     (itclIntStubsPtr->itcl_PopCallFrame) /* 175 */
1023 #define Itcl_GetUplevelCallFrame \
1024     (itclIntStubsPtr->itcl_GetUplevelCallFrame) /* 176 */
1025 #define Itcl_ActivateCallFrame \
1026     (itclIntStubsPtr->itcl_ActivateCallFrame) /* 177 */
1027 #define ItclSetInstanceVar \
1028     (itclIntStubsPtr->itclSetInstanceVar) /* 178 */
1029 #define ItclCapitalize \
1030     (itclIntStubsPtr->itclCapitalize) /* 179 */
1031 #define ItclClassBaseCmd \
1032     (itclIntStubsPtr->itclClassBaseCmd) /* 180 */
1033 #define ItclCreateComponent \
1034     (itclIntStubsPtr->itclCreateComponent) /* 181 */
1035 #define Itcl_SetContext \
1036     (itclIntStubsPtr->itcl_SetContext) /* 182 */
1037 #define Itcl_UnsetContext \
1038     (itclIntStubsPtr->itcl_UnsetContext) /* 183 */
1039 #define ItclGetInstanceVar \
1040     (itclIntStubsPtr->itclGetInstanceVar) /* 184 */
1041 
1042 #endif /* defined(USE_ITCL_STUBS) */
1043 
1044 /* !END!: Do not edit above this line. */
1045 
1046 #endif /* _ITCLINTDECLS */