Abstract a position.
More...
#include <position.hh>
|
| position (std::string *f=YY_NULL, unsigned int l=1u, unsigned int c=1u) |
| Construct a position.
|
|
void | initialize (std::string *fn=YY_NULL, unsigned int l=1u, unsigned int c=1u) |
| Initialization.
|
|
|
void | lines (int count=1) |
| (line related) Advance to the COUNT next lines.
|
|
void | columns (int count=1) |
| (column related) Advance to the COUNT next columns.
|
|
|
std::string * | filename |
| File name to which this position refers.
|
|
unsigned int | line |
| Current line number.
|
|
unsigned int | column |
| Current column number.
|
|
Abstract a position.
Definition at line 58 of file position.hh.
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/qjson-0.9.0-build/qjson-0.9.0/src/position.hh