Public Member Functions | Public Attributes | List of all members
BaseInfo Struct Reference

#include <entry.h>

Public Member Functions

 BaseInfo (const char *n, Protection p, Specifier v)
 

Public Attributes

QCString name
 the name of the base class More...
 
Protection prot
 inheritance type More...
 
Specifier virt
 virtualness More...
 

Detailed Description

This class stores information about an inheritance relation

Definition at line 37 of file entry.h.

Constructor & Destructor Documentation

BaseInfo::BaseInfo ( const char *  n,
Protection  p,
Specifier  v 
)
inline

Creates an object representing an inheritance relation

Definition at line 40 of file entry.h.

40  :
41  name(n),prot(p),virt(v) {}
QCString name
the name of the base class
Definition: entry.h:42
std::void_t< T > n
Specifier virt
virtualness
Definition: entry.h:44
p
Definition: test.py:223
Protection prot
inheritance type
Definition: entry.h:43

Member Data Documentation

QCString BaseInfo::name

the name of the base class

Definition at line 42 of file entry.h.

Protection BaseInfo::prot

inheritance type

Definition at line 43 of file entry.h.

Specifier BaseInfo::virt

virtualness

Definition at line 44 of file entry.h.


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