Doxygen
BodyInfo结构体 参考

Data associated with description found in the body. 更多...

#include <definition.h>

+ BodyInfo 的协作图:

Public 属性

int defLine = -1
 line number of the start of the definition 更多...
 
int startLine = -1
 line number of the start of the definition's body 更多...
 
int endLine = -1
 line number of the end of the definition's body 更多...
 
const FileDeffileDef = 0
 file definition containing the function body 更多...
 

详细描述

Data associated with description found in the body.

在文件 definition.h63 行定义.

类成员变量说明

◆ defLine

int BodyInfo::defLine = -1

line number of the start of the definition

在文件 definition.h65 行定义.

被这些函数引用 DefinitionImpl::getSourceAnchor(), DefinitionImpl::getStartDefLine(), DefinitionImpl::setBodySegment() , 以及 DefinitionImpl::writeSourceDef().

◆ endLine

int BodyInfo::endLine = -1

line number of the end of the definition's body

在文件 definition.h67 行定义.

被这些函数引用 DefinitionImpl::getEndBodyLine(), DefinitionImpl::hasSources(), DefinitionImpl::setBodySegment() , 以及 DefinitionImpl::writeInlineCode().

◆ fileDef

const FileDef* BodyInfo::fileDef = 0

◆ startLine

int BodyInfo::startLine = -1

该结构体的文档由以下文件生成: