#include <TclXPCOMPrivate.h>
Public Attributes | |
int | refcount |
number of Tcl_Objs that point to this. More... | |
Tcl_HashTable | refhash |
mapping of interface infos to interface pointers. More... | |
nsIClassInfo * | cinforef |
pointer to the nsIClassInfo for this ref. More... | |
ClassInfo * | cinfo |
classinfo. More... | |
int | cisupported |
1 if classinfo is supported for this ref. More... |
|
number of Tcl_Objs that point to this.
Definition at line 206 of file TclXPCOMPrivate.h. Referenced by AddRefInterface, MergeInterfaceRefs, NewInterfaceRef, and ReleaseInterface. |
|
mapping of interface infos to interface pointers.
Definition at line 207 of file TclXPCOMPrivate.h. Referenced by AddISupportsToInterfaceRef, FreeInterfaceRef, MergeInterfaceRefs, NewInterfaceRef, and QueryInterfaceIRef. |
|
pointer to the nsIClassInfo for this ref.
Definition at line 208 of file TclXPCOMPrivate.h. Referenced by FreeInterfaceRef, MergeInterfaceRefs, NewInterfaceRef, and QueryInterfaceIRef. |
|
classinfo.
Definition at line 209 of file TclXPCOMPrivate.h. Referenced by GetClassInfoFromIRef, MergeInterfaceRefs, and NewInterfaceRef. |
|
1 if classinfo is supported for this ref.
Definition at line 210 of file TclXPCOMPrivate.h. Referenced by GetClassInfoFromIRef, MergeInterfaceRefs, and NewInterfaceRef. |