HeaderDoc::CPPClass
IntroductionAPI object that describes most classes, modules, and packages. DiscussionThis class is used to represent classes, modules, and packages in every supported language except Objective-C. This class is also used to represent COM interfaces in C. Member Functions
_initializeInitializes an instance of a sub _initialize ParameterscloneDuplicates this sub clone ParametersdocNavigatorCommentReturns a comment marker for
ParametersDiscussionReturns an HTML comment that identifies the index file
(Header vs. Class, name, and so on). The
isCOMInterfaceGets/sets whether this class is a COM interface (0/1). sub isCOMInterface printObjectPrints this object for debugging. sub printObject ParametersMember Data
HeaderDoc::CPPClass::VERSIONThe revision control revision number for this module. $HeaderDoc::CPPClass::VERSION = '$Revision: 1298084577 $'; DiscussionIn the git repository, contains the number of seconds since January 1, 1970. ISCOMINTERFACESet high (1) if this object represents a C COM interface, else low (0). $self->{ISCOMINTERFACE}
|