Doxygen
Loading...
Searching...
No Matches
BodyInfo Struct Reference

Data associated with description found in the body. More...

#include <src/definition.h>

+ Collaboration diagram for BodyInfo:

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 FileDeffileDef = nullptr
 file definition containing the function body
 

Detailed Description

Data associated with description found in the body.

Definition at line 62 of file definition.h.

Member Data Documentation

◆ defLine

int BodyInfo::defLine = -1

line number of the start of the definition

Definition at line 64 of file definition.h.

Referenced by DefinitionImpl::setBodySegment().

◆ endLine

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().

◆ fileDef

const FileDef* BodyInfo::fileDef = nullptr

file definition containing the function body

Definition at line 67 of file definition.h.

◆ startLine

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().


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