ItclStubs Struct Reference

#include <itclDecls.h>

Collaboration diagram for ItclStubs:

Collaboration graph
[legend]

Public Member Functions

int itcl_Init _ANSI_ARGS_ ((Tcl_Interp *interp))
int itcl_SafeInit _ANSI_ARGS_ ((Tcl_Interp *interp))
int itcl_RegisterC _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_CmdProc *proc, ClientData clientData, Tcl_CmdDeleteProc *deleteProc))
int itcl_RegisterObjC _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_ObjCmdProc *proc, ClientData clientData, Tcl_CmdDeleteProc *deleteProc))
int itcl_FindC _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *name, Tcl_CmdProc **argProcPtr, Tcl_ObjCmdProc **objProcPtr, ClientData *cDataPtr))
void itcl_InitStack _ANSI_ARGS_ ((Itcl_Stack *stack))
void itcl_DeleteStack _ANSI_ARGS_ ((Itcl_Stack *stack))
void itcl_PushStack _ANSI_ARGS_ ((ClientData cdata, Itcl_Stack *stack))
ClientData itcl_PopStack _ANSI_ARGS_ ((Itcl_Stack *stack))
ClientData itcl_PeekStack _ANSI_ARGS_ ((Itcl_Stack *stack))
ClientData itcl_GetStackValue _ANSI_ARGS_ ((Itcl_Stack *stack, int pos))
void itcl_InitList _ANSI_ARGS_ ((Itcl_List *listPtr))
void itcl_DeleteList _ANSI_ARGS_ ((Itcl_List *listPtr))
Itcl_ListElem *itcl_CreateListElem _ANSI_ARGS_ ((Itcl_List *listPtr))
Itcl_ListElem *itcl_DeleteListElem _ANSI_ARGS_ ((Itcl_ListElem *elemPtr))
Itcl_ListElem *itcl_InsertList _ANSI_ARGS_ ((Itcl_List *listPtr, ClientData val))
Itcl_ListElem *itcl_InsertListElem _ANSI_ARGS_ ((Itcl_ListElem *pos, ClientData val))
Itcl_ListElem *itcl_AppendList _ANSI_ARGS_ ((Itcl_List *listPtr, ClientData val))
Itcl_ListElem *itcl_AppendListElem _ANSI_ARGS_ ((Itcl_ListElem *pos, ClientData val))
void itcl_SetListValue _ANSI_ARGS_ ((Itcl_ListElem *elemPtr, ClientData val))
void itcl_EventuallyFree _ANSI_ARGS_ ((ClientData cdata, Tcl_FreeProc *fproc))
void itcl_PreserveData _ANSI_ARGS_ ((ClientData cdata))
void itcl_ReleaseData _ANSI_ARGS_ ((ClientData cdata))
Itcl_InterpState itcl_SaveInterpState _ANSI_ARGS_ ((Tcl_Interp *interp, int status))
int itcl_RestoreInterpState _ANSI_ARGS_ ((Tcl_Interp *interp, Itcl_InterpState state))
void itcl_DiscardInterpState _ANSI_ARGS_ ((Itcl_InterpState state))

Data Fields

int magic
ItclStubHookshooks

Detailed Description

Definition at line 184 of file itclDecls.h.


Member Function Documentation

int itcl_Init _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

int itcl_SafeInit _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

int itcl_RegisterC _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name, Tcl_CmdProc *proc, ClientData clientData, Tcl_CmdDeleteProc *deleteProc  ) 
 

int itcl_RegisterObjC _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name, Tcl_ObjCmdProc *proc, ClientData clientData, Tcl_CmdDeleteProc *deleteProc  ) 
 

int itcl_FindC _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name, Tcl_CmdProc **argProcPtr, Tcl_ObjCmdProc **objProcPtr, ClientData *cDataPtr  ) 
 

void itcl_InitStack _ANSI_ARGS_ (Itcl_Stack *stack  ) 
 

void itcl_DeleteStack _ANSI_ARGS_ (Itcl_Stack *stack  ) 
 

void itcl_PushStack _ANSI_ARGS_ (ClientData cdata, Itcl_Stack *stack  ) 
 

ClientData itcl_PopStack _ANSI_ARGS_ (Itcl_Stack *stack  ) 
 

ClientData itcl_PeekStack _ANSI_ARGS_ (Itcl_Stack *stack  ) 
 

ClientData itcl_GetStackValue _ANSI_ARGS_ (Itcl_Stack *stack, int pos  ) 
 

void itcl_InitList _ANSI_ARGS_ (Itcl_List *listPtr)   ) 
 

void itcl_DeleteList _ANSI_ARGS_ (Itcl_List *listPtr)   ) 
 

Itcl_ListElem* itcl_CreateListElem _ANSI_ARGS_ (Itcl_List *listPtr)   ) 
 

Itcl_ListElem* itcl_DeleteListElem _ANSI_ARGS_ (Itcl_ListElem *elemPtr)   ) 
 

Itcl_ListElem* itcl_InsertList _ANSI_ARGS_ (Itcl_List *listPtr, ClientData val  ) 
 

Itcl_ListElem* itcl_InsertListElem _ANSI_ARGS_ (Itcl_ListElem *pos, ClientData val  ) 
 

Itcl_ListElem* itcl_AppendList _ANSI_ARGS_ (Itcl_List *listPtr, ClientData val  ) 
 

Itcl_ListElem* itcl_AppendListElem _ANSI_ARGS_ (Itcl_ListElem *pos, ClientData val  ) 
 

void itcl_SetListValue _ANSI_ARGS_ (Itcl_ListElem *elemPtr, ClientData val  ) 
 

void itcl_EventuallyFree _ANSI_ARGS_ (ClientData cdata, Tcl_FreeProc *fproc  ) 
 

void itcl_PreserveData _ANSI_ARGS_ (ClientData cdata  ) 
 

void itcl_ReleaseData _ANSI_ARGS_ (ClientData cdata  ) 
 

Itcl_InterpState itcl_SaveInterpState _ANSI_ARGS_ (Tcl_Interp *interp, int status  ) 
 

int itcl_RestoreInterpState _ANSI_ARGS_ (Tcl_Interp *interp, Itcl_InterpState state  ) 
 

void itcl_DiscardInterpState _ANSI_ARGS_ (Itcl_InterpState state  ) 
 


Field Documentation

int magic
 

Definition at line 185 of file itclDecls.h.

struct ItclStubHooks* hooks
 

Definition at line 186 of file itclDecls.h.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:13 2006 for BRL-CAD by  doxygen 1.4.6