|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Structure to save stream position for backtracking. More...
#include <parse_utils.H>
Public Attributes | |
| std::streampos | pos |
| Stream position. | |
| int | line {} |
| Line number at this position. | |
| int | column {} |
| Column number at this position. | |
Structure to save stream position for backtracking.
Definition at line 688 of file parse_utils.H.
| int Aleph::StreamPosition::column {} |
Column number at this position.
Definition at line 692 of file parse_utils.H.
Referenced by Aleph::restore_position().
| int Aleph::StreamPosition::line {} |
Line number at this position.
Definition at line 691 of file parse_utils.H.
Referenced by Aleph::restore_position().
| std::streampos Aleph::StreamPosition::pos |
Stream position.
Definition at line 690 of file parse_utils.H.
Referenced by Aleph::restore_position().