Public Attributes | List of all members
BodyInfo Struct Reference

#include <definition.h>

Public Attributes

int startLine
 line number of the start of the definition More...
 
int endLine
 line number of the end of the definition More...
 
FileDeffileDef
 file definition containing the function body More...
 

Detailed Description

Data associated with description found in the body.

Definition at line 57 of file definition.h.

Member Data Documentation

int BodyInfo::endLine

line number of the end of the definition

Definition at line 60 of file definition.h.

FileDef* BodyInfo::fileDef

file definition containing the function body

Definition at line 61 of file definition.h.

int BodyInfo::startLine

line number of the start of the definition

Definition at line 59 of file definition.h.


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