Doxygen
|
This class stores information about an inheritance relation. More...
#include <src/entry.h>
Public Member Functions | |
BaseInfo (const QCString &n, Protection p, Specifier v) | |
Public Attributes | |
QCString | name |
the name of the base class | |
Protection | prot |
inheritance type | |
Specifier | virt |
virtualness | |
|
inline |
QCString BaseInfo::name |
the name of the base class
Definition at line 94 of file entry.h.
Referenced by BaseInfo(), computePageRelations(), computeTemplateClassRelations(), anonymous_namespace{tagreader.cpp}::TagFileParser::dump(), findBaseClassesForClass(), and findClassRelation().
Protection BaseInfo::prot |
inheritance type
Definition at line 95 of file entry.h.
Referenced by BaseInfo(), and findClassRelation().
Specifier BaseInfo::virt |
virtualness
Definition at line 96 of file entry.h.
Referenced by BaseInfo(), and findClassRelation().