#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 | |
Definition at line 45 of file entry.h.
| BaseInfo::BaseInfo | ( | const char * | n, | |
| Protection | p, | |||
| Specifier | v | |||
| ) | [inline] |
| QCString BaseInfo::name |
the name of the base class
Definition at line 50 of file entry.h.
Referenced by VhdlDocGen::computeVhdlComponentRelations(), TagFileParser::dump(), VhdlDocGen::foundInsertedComponent(), and marshalBaseInfoList().
virtualness
Definition at line 52 of file entry.h.
Referenced by VhdlDocGen::computeVhdlComponentRelations(), and marshalBaseInfoList().
1.5.1