|
Doxygen
|
Class that contains information about an inheritance relation. 更多...
#include <classdef.h>
BaseClassDef 的协作图:Public 成员函数 | |
| BaseClassDef (ClassDef *cd, const QCString &n, Protection p, Specifier v, const QCString &t) | |
Public 属性 | |
| ClassDef * | classDef |
| Class definition that this relation inherits from. 更多... | |
| QCString | usedName |
| name used in the inheritance list (may be a typedef name instead of the class name) 更多... | |
| Protection | prot |
| Protection level of the inheritance relation: Public, Protected, or Private 更多... | |
| Specifier | virt |
| Virtualness of the inheritance relation: Normal, or Virtual 更多... | |
| QCString | templSpecifiers |
| Template arguments used for the base class 更多... | |
Class that contains information about an inheritance relation.
在文件 classdef.h 第 54 行定义.
|
inline |
在文件 classdef.h 第 56 行定义.
| ClassDef* BaseClassDef::classDef |
Class definition that this relation inherits from.
在文件 classdef.h 第 60 行定义.
| Protection BaseClassDef::prot |
Protection level of the inheritance relation: Public, Protected, or Private
在文件 classdef.h 第 70 行定义.
被这些函数引用 writeInheritanceSpecifier().
| QCString BaseClassDef::templSpecifiers |
Template arguments used for the base class
在文件 classdef.h 第 78 行定义.
| QCString BaseClassDef::usedName |
name used in the inheritance list (may be a typedef name instead of the class name)
在文件 classdef.h 第 65 行定义.
| Specifier BaseClassDef::virt |
Virtualness of the inheritance relation: Normal, or Virtual
在文件 classdef.h 第 75 行定义.
被这些函数引用 writeInheritanceSpecifier().