ISLEman
Public Member Functions | Public Attributes | List of all members
BaseClassDef Struct Reference

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

ClassDefclassDef
 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.
 

Detailed Description

Class that contains information about an inheritance relation.

Member Data Documentation

§ classDef

ClassDef* BaseClassDef::classDef

Class definition that this relation inherits from.


The documentation for this struct was generated from the following file: