src
Public Member Functions | Public Attributes | List of all members
re2c::Loc Struct Reference

#include <loc.h>

Public Member Functions

 Loc (const std::string &f, uint32_t l)
 

Public Attributes

std::string filename
 
uint32_t line
 

Detailed Description

Definition at line 11 of file loc.h.

Constructor & Destructor Documentation

re2c::Loc::Loc ( const std::string &  f,
uint32_t  l 
)
inline

Definition at line 16 of file loc.h.

17  : filename (f)
18  , line (l)
19  {}
uint32_t line
Definition: loc.h:14
std::string filename
Definition: loc.h:13

Member Data Documentation

std::string re2c::Loc::filename

Definition at line 13 of file loc.h.

uint32_t re2c::Loc::line

Definition at line 14 of file loc.h.


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