The BaseInfo
Struct Reference
This class stores information about an inheritance relation. More...
Declaration
struct BaseInfo { ... }
Included Headers
#include <src/entry.h>
Public Constructors Index
BaseInfo (const QCString &n, Protection p, Specifier v) | |
Public Member Attributes Index
QCString | name |
the name of the base class More... | |
Protection | prot |
inheritance type More... | |
Specifier | virt |
virtualness More... | |
Description
This class stores information about an inheritance relation.
Definition at line 89 of file entry.h.
Public Member Attributes
name
|
the name of the base class
Definition at line 94 of file entry.h.
Referenced by BaseInfo, computePageRelations, computeTemplateClassRelations, anonymous{tagreader.cpp}::TagFileParser::dump, findBaseClassesForClass and findClassRelation.
prot
|
inheritance type
Definition at line 95 of file entry.h.
95 Protection prot; //!< inheritance type
Referenced by BaseInfo and findClassRelation.
virt
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.