Doxygen
|
Data associated with description found in the body. More...
#include <src/definition.h>
Public Attributes | |
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 = nullptr |
file definition containing the function body | |
Data associated with description found in the body.
Definition at line 62 of file definition.h.
int BodyInfo::defLine = -1 |
line number of the start of the definition
Definition at line 64 of file definition.h.
Referenced by DefinitionImpl::setBodySegment().
int BodyInfo::endLine = -1 |
line number of the end of the definition's body
Definition at line 66 of file definition.h.
Referenced by DefinitionImpl::setBodySegment().
const FileDef* BodyInfo::fileDef = nullptr |
file definition containing the function body
Definition at line 67 of file definition.h.
int BodyInfo::startLine = -1 |
line number of the start of the definition's body
Definition at line 65 of file definition.h.
Referenced by DefinitionImpl::setBodySegment().