#include <TclXPCOMPrivate.h>
Public Attributes | |
nsrefcnt | refcount |
our refcount. More... | |
Tcl_Interp * | interp |
the interp where we were created. More... | |
Tcl_ThreadId | thread |
the thread where we were created. More... | |
ClassInfo * | cinfo |
class info for this component. More... | |
TclXPCOMStub ** | stubs |
interface stubs that are implemented by this component. More... | |
Tcl_Obj * | destructor |
script called when component is deleted. More... | |
int | nesting |
set to 1 if we're running a script for QI, AddRef, or Release. More... | |
int | nestlevel |
current nesting level. More... |
|
our refcount.
Definition at line 246 of file TclXPCOMPrivate.h. Referenced by NewTclXPCOMComponent. |
|
the interp where we were created.
Definition at line 247 of file TclXPCOMPrivate.h. Referenced by TclXPCOMStub::CallMethod, FreeTclXPCOMComponent, NewTclXPCOMComponent, and TclXPCOMStub::QueryInterface. |
|
the thread where we were created.
Definition at line 248 of file TclXPCOMPrivate.h. Referenced by TclXPCOMStub::CallMethod, NewTclXPCOMComponent, and TclXPCOMStub::QueryInterface. |
|
class info for this component.
Definition at line 249 of file TclXPCOMPrivate.h. Referenced by BindScript, FreeTclXPCOMComponent, NewTclXPCOMComponent, and TclXPCOMStub::QueryInterface. |
|
interface stubs that are implemented by this component.
Definition at line 250 of file TclXPCOMPrivate.h. Referenced by BindScript, FreeTclXPCOMComponent, NewTclXPCOMComponent, TclXPCOMStub::QueryInterface, and TclXPCOM_WrapObjCmd. |
|
script called when component is deleted.
Definition at line 251 of file TclXPCOMPrivate.h. Referenced by BindScript, NewTclXPCOMComponent, SetDestructorBinding, and UnsetDestructorBinding. |
|
set to 1 if we're running a script for QI, AddRef, or Release.
Definition at line 252 of file TclXPCOMPrivate.h. Referenced by NewTclXPCOMComponent, and TclXPCOMStub::QueryInterface. |
|
current nesting level.
Definition at line 253 of file TclXPCOMPrivate.h. |