#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... | |
FileDef * | fileDef |
file definition containing the function body More... | |
Data associated with description found in the body.
Definition at line 57 of file definition.h.
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.