Public Member Functions | Public Attributes | List of all members
cet::includer::frame Struct Reference

Public Member Functions

 frame (uint const framenum, std::string const &filename, uint const linenum, size_t const textpos)
 

Public Attributes

uint including_framenum
 
std::string filename
 
uint starting_linenum
 
size_t starting_textpos
 
std::vector< size_t > nl_positions {}
 

Detailed Description

Definition at line 59 of file includer.h.

Constructor & Destructor Documentation

cet::includer::frame::frame ( uint const  framenum,
std::string const &  filename,
uint const  linenum,
size_t const  textpos 
)
inline

Definition at line 68 of file includer.h.

72  : including_framenum{framenum}
74  , starting_linenum{linenum}
75  , starting_textpos{textpos}
76  {}
std::string filename
Definition: includer.h:61
size_t starting_textpos
Definition: includer.h:63

Member Data Documentation

std::string cet::includer::frame::filename

Definition at line 61 of file includer.h.

uint cet::includer::frame::including_framenum

Definition at line 60 of file includer.h.

std::vector<size_t> cet::includer::frame::nl_positions {}

Definition at line 66 of file includer.h.

uint cet::includer::frame::starting_linenum

Definition at line 62 of file includer.h.

size_t cet::includer::frame::starting_textpos

Definition at line 63 of file includer.h.


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