The BaseClassDef
Struct Reference
Class that contains information about an inheritance relation. More...
Declaration
Included Headers
Public Constructors Index
BaseClassDef (ClassDef *cd, const QCString &n, Protection p, Specifier v, const QCString &t) | |
Public Member Attributes Index
ClassDef * | classDef |
Class definition that this relation inherits from. More... | |
QCString | usedName |
name used in the inheritance list (may be a typedef name instead of the class name) More... | |
Protection | prot |
Protection level of the inheritance relation: Public, Protected, or Private. More... | |
Specifier | virt |
Virtualness of the inheritance relation: Normal, or Virtual. More... | |
QCString | templSpecifiers |
Template arguments used for the base class. More... | |
Description
Class that contains information about an inheritance relation.
Definition at line 54 of file classdef.h.
Public Constructors
BaseClassDef()
| inline |
Definition at line 56 of file classdef.h.
References classDef, prot, templSpecifiers, usedName and virt.
Public Member Attributes
classDef
|
Class definition that this relation inherits from.
Definition at line 60 of file classdef.h.
Referenced by BaseClassDef, computeMemberRelationsForBaseClass and ClassDefImpl::writeInheritanceGraph.
prot
|
Protection level of the inheritance relation: Public, Protected, or Private.
Definition at line 70 of file classdef.h.
Referenced by BaseClassDef and writeInheritanceSpecifier.
templSpecifiers
|
Template arguments used for the base class.
Definition at line 78 of file classdef.h.
Referenced by BaseClassDef and ClassDefImpl::writeInheritanceGraph.
usedName
|
name used in the inheritance list (may be a typedef name instead of the class name)
Definition at line 65 of file classdef.h.
Referenced by BaseClassDef.
virt
|
Virtualness of the inheritance relation: Normal, or Virtual.
Definition at line 75 of file classdef.h.
Referenced by BaseClassDef and writeInheritanceSpecifier.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus by Doxygen 1.14.0.