|
My Project
|
#include <entry.h>
Public Member Functions | |
| BaseInfo (const char *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 42 of file entry.h.
Referenced by computePageRelations(), computeTemplateClassRelations(), TagFileParser::dump(), findBaseClassesForClass(), findClassRelation(), and marshalBaseInfoList().
| Protection BaseInfo::prot |
inheritance type
Definition at line 43 of file entry.h.
Referenced by computeTemplateClassRelations(), findBaseClassesForClass(), findClassRelation(), and marshalBaseInfoList().
| Specifier BaseInfo::virt |
virtualness
Definition at line 44 of file entry.h.
Referenced by computeTemplateClassRelations(), findBaseClassesForClass(), findClassRelation(), and marshalBaseInfoList().