Doxygen
BaseInfo结构体 参考

This class stores information about an inheritance relation 更多...

#include <entry.h>

+ BaseInfo 的协作图:

Public 成员函数

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

Public 属性

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

详细描述

This class stores information about an inheritance relation

在文件 entry.h35 行定义.

构造及析构函数说明

◆ BaseInfo()

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

Creates an object representing an inheritance relation

在文件 entry.h38 行定义.

38  :
39  name(n),prot(p),virt(v) {}

类成员变量说明

◆ name

QCString BaseInfo::name

the name of the base class

在文件 entry.h40 行定义.

被这些函数引用 computePageRelations(), computeTemplateClassRelations(), TagFileParser::dump(), findBaseClassesForClass() , 以及 findClassRelation().

◆ prot

Protection BaseInfo::prot

inheritance type

在文件 entry.h41 行定义.

被这些函数引用 findClassRelation().

◆ virt

Specifier BaseInfo::virt

virtualness

在文件 entry.h42 行定义.

被这些函数引用 findClassRelation().


该结构体的文档由以下文件生成:
BaseInfo::prot
Protection prot
inheritance type
Definition: entry.h:41
BaseInfo::name
QCString name
the name of the base class
Definition: entry.h:40
BaseInfo::virt
Specifier virt
virtualness
Definition: entry.h:42