Skip to main content

The BodyInfo Struct Reference

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

Declaration

struct BodyInfo { ... }

Included Headers

#include <src/definition.h>

Public Member Attributes Index

intdefLine = -1

line number of the start of the definition More...

intstartLine = -1

line number of the start of the definition's body More...

intendLine = -1

line number of the end of the definition's body More...

const FileDef *fileDef = nullptr

file definition containing the function body More...

Description

Data associated with description found in the body.

Definition at line 62 of file definition.h.

Public Member Attributes

defLine

int BodyInfo::defLine = -1

line number of the start of the definition

Definition at line 64 of file definition.h.

64 int defLine = -1; //!< line number of the start of the definition

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.

66 int endLine = -1; //!< line number of the end of the definition's body

Referenced by DefinitionImpl::setBodySegment.

fileDef

const FileDef* BodyInfo::fileDef = nullptr

file definition containing the function body

Definition at line 67 of file definition.h.

67 const FileDef *fileDef = nullptr; //!< file definition containing the function body

startLine

int BodyInfo::startLine = -1

line number of the start of the definition's body

Definition at line 65 of file definition.h.

65 int startLine = -1; //!< line number of the start of the definition's body

Referenced by DefinitionImpl::setBodySegment.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.