PIP 5.6.1
Platform-Independent Primitives
Public Member Functions | Public Attributes | List of all members
PICodeInfo::ClassInfo Struct Reference

Class or struct information. More...

#include <picodeinfo.h>

Public Member Functions

 ClassInfo ()
 Constructs an empty class description.
 

Public Attributes

MetaMap meta
 Custom PIMETA content.
 
bool is_anonymous
 Indicates that the type was declared without a name.
 
PIConstChars type
 Declaration kind, for example class or struct.
 
PIConstChars name
 Name.
 
PIVector< PIConstCharsparents
 Base class names.
 
PIVector< PICodeInfo::TypeInfovariables
 Variables.
 
PIVector< PICodeInfo::FunctionInfofunctions
 Methods.
 
PIVector< PICodeInfo::ClassInfo * > children_info
 Registered derived class descriptions.
 

Detailed Description

Class or struct information.