Pegmatite
Public Member Functions | Public Attributes | List of all members
pegmatite::ParserPosition Struct Reference

position into the input. More...

#include <parser.hh>

Public Member Functions

const std::string & filename () const
 user-meaningful filename.
 
 ParserPosition ()
 null constructor.
 
 ParserPosition (Input &i)
 constructor from input. More...
 

Public Attributes

Input::iterator it
 iterator into the input.
 
int line
 line.
 
int col
 column.
 

Detailed Description

position into the input.

Constructor & Destructor Documentation

pegmatite::ParserPosition::ParserPosition ( Input i)

constructor from input.

Parameters
iinput.

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