Pegmatite
|
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. | |
position into the input.
pegmatite::ParserPosition::ParserPosition | ( | Input & | i | ) |
constructor from input.
i | input. |