#include <TclXPCOMPrivate.h>
Public Attributes | |
ClassInfoSignature | signature |
signature of class. More... | |
PRUint16 | methodcount |
number of methods. More... | |
PRUint16 | attributecount |
number of attributes. More... | |
ClassIdentifierInfo * | methods |
cache of method info. More... | |
ClassIdentifierInfo * | attributes |
cache of attribute info. More... |
|
signature of class.
Definition at line 193 of file TclXPCOMPrivate.h. Referenced by BindScript, FindMatchingClassInfo, FreeClassInfo, FreeTclXPCOMComponent, NewClassInfo, NewTclXPCOMComponent, and TclXPCOMStub::QueryInterface. |
|
number of methods.
Definition at line 194 of file TclXPCOMPrivate.h. Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassMethods. |
|
number of attributes.
Definition at line 195 of file TclXPCOMPrivate.h. Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassAttributes. |
|
cache of method info.
Definition at line 196 of file TclXPCOMPrivate.h. Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassMethods. |
|
cache of attribute info.
Definition at line 197 of file TclXPCOMPrivate.h. Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassAttributes. |