Doxygen
Loading...
Searching...
No Matches
BaseInfo Struct Reference

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

#include <src/entry.h>

+ Collaboration diagram for BaseInfo:

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
 

Detailed Description

This class stores information about an inheritance relation.

Definition at line 89 of file entry.h.

Constructor & Destructor Documentation

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

92 :
93 name(n),prot(p),virt(v) {}
Protection prot
inheritance type
Definition entry.h:95
Specifier virt
virtualness
Definition entry.h:96
QCString name
the name of the base class
Definition entry.h:94

References name, prot, and virt.

Member Data Documentation

◆ name

◆ prot

Protection BaseInfo::prot

inheritance type

Definition at line 95 of file entry.h.

Referenced by BaseInfo(), and findClassRelation().

◆ virt

Specifier BaseInfo::virt

virtualness

Definition at line 96 of file entry.h.

Referenced by BaseInfo(), and findClassRelation().


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