Main Page   Compound List   File List   Compound Members   File Members  

ClassInfo_ Struct Reference

#include <TclXPCOMPrivate.h>

List of all members.

Public Attributes

ClassInfoSignature signature
 signature of class. More...

PRUint16 methodcount
 number of methods. More...

PRUint16 attributecount
 number of attributes. More...

ClassIdentifierInfomethods
 cache of method info. More...

ClassIdentifierInfoattributes
 cache of attribute info. More...


Member Data Documentation

ClassInfoSignature ClassInfo_::signature
 

signature of class.

Definition at line 193 of file TclXPCOMPrivate.h.

Referenced by BindScript, FindMatchingClassInfo, FreeClassInfo, FreeTclXPCOMComponent, NewClassInfo, NewTclXPCOMComponent, and TclXPCOMStub::QueryInterface.

PRUint16 ClassInfo_::methodcount
 

number of methods.

Definition at line 194 of file TclXPCOMPrivate.h.

Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassMethods.

PRUint16 ClassInfo_::attributecount
 

number of attributes.

Definition at line 195 of file TclXPCOMPrivate.h.

Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassAttributes.

ClassIdentifierInfo* ClassInfo_::methods
 

cache of method info.

Definition at line 196 of file TclXPCOMPrivate.h.

Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassMethods.

ClassIdentifierInfo* ClassInfo_::attributes
 

cache of attribute info.

Definition at line 197 of file TclXPCOMPrivate.h.

Referenced by BindScript, FreeClassInfo, NewClassInfo, TclXPCOM_GetIdentifierInfoFromClass, and TclXPCOM_ListClassAttributes.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 14 23:25:52 2002 for TclXPCOM by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002