|
ISLEman
|
Class that contains information about an inheritance relation. More...
#include <classdef.h>
Public Member Functions | |
| BaseClassDef (ClassDef *cd, const char *n, Protection p, Specifier v, const char *t) | |
Public Attributes | |
| 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) | |
| 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* BaseClassDef::classDef |
Class definition that this relation inherits from.
1.8.12