Doxygen
|
Data associated with description found in the body. 更多...
#include <definition.h>
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 FileDef * | fileDef = 0 |
file definition containing the function body 更多... | |
Data associated with description found in the body.
在文件 definition.h 第 63 行定义.
int BodyInfo::defLine = -1 |
line number of the start of the definition
在文件 definition.h 第 65 行定义.
被这些函数引用 DefinitionImpl::getSourceAnchor(), DefinitionImpl::getStartDefLine(), DefinitionImpl::setBodySegment() , 以及 DefinitionImpl::writeSourceDef().
int BodyInfo::endLine = -1 |
line number of the end of the definition's body
在文件 definition.h 第 67 行定义.
被这些函数引用 DefinitionImpl::getEndBodyLine(), DefinitionImpl::hasSources(), DefinitionImpl::setBodySegment() , 以及 DefinitionImpl::writeInlineCode().
const FileDef* BodyInfo::fileDef = 0 |
file definition containing the function body
在文件 definition.h 第 68 行定义.
被这些函数引用 DefinitionImpl::getBodyDef(), DefinitionImpl::getSourceFileBase(), DefinitionImpl::hasSources(), DefinitionImpl::setBodyDef(), DefinitionImpl::writeInlineCode() , 以及 DefinitionImpl::writeSourceDef().
int BodyInfo::startLine = -1 |
line number of the start of the definition's body
在文件 definition.h 第 66 行定义.
被这些函数引用 DefinitionImpl::getSourceAnchor(), DefinitionImpl::getSourceFileBase(), DefinitionImpl::getStartBodyLine(), DefinitionImpl::hasSources(), DefinitionImpl::setBodySegment() , 以及 DefinitionImpl::writeInlineCode().