Skip to main content

The BaseInfo Struct Reference

This class stores information about an inheritance relation. More...

Declaration

struct BaseInfo { ... }

Included Headers

#include <src/entry.h>

Public Constructors Index

BaseInfo (const QCString &n, Protection p, Specifier v)

Public Member Attributes Index

QCStringname

the name of the base class More...

Protectionprot

inheritance type More...

Specifiervirt

virtualness More...

Description

This class stores information about an inheritance relation.

Definition at line 89 of file entry.h.

Public Constructors

BaseInfo()

BaseInfo::BaseInfo (const QCString & n, Protection p, Specifier v)
inline

Creates an object representing an inheritance relation

Definition at line 92 of file entry.h.

93 name(n),prot(p),virt(v) {}

References name, prot and virt.

Public Member Attributes

name

QCString BaseInfo::name

the name of the base class

Definition at line 94 of file entry.h.

94 QCString name; //!< the name of the base class

Referenced by BaseInfo, computePageRelations, computeTemplateClassRelations, anonymous{tagreader.cpp}::TagFileParser::dump, findBaseClassesForClass and findClassRelation.

prot

Protection BaseInfo::prot

inheritance type

Definition at line 95 of file entry.h.

95 Protection prot; //!< inheritance type

Referenced by BaseInfo and findClassRelation.

virt

Specifier BaseInfo::virt

virtualness

Definition at line 96 of file entry.h.

96 Specifier virt; //!< virtualness

Referenced by BaseInfo and findClassRelation.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.