line_position_t Class Reference
Detailed Descriptionline_position_t is used to remember a position on a particular line of a file. Definition at line 153 of file istream.hpp. Member Typedef Documentation◆ getline_proc_impl_t
Definition at line 156 of file istream.hpp. ◆ getline_proc_t
Definition at line 157 of file istream.hpp. Constructor & Destructor Documentation◆ line_position_t() [1/2]
line_number starts at 1. ◆ line_position_t() [2/2]
This constructor is used with FILE and LINE; line_index starts at 0 Member Function Documentation◆ file_snippet()
Definition at line 176 of file istream.hpp. ◆ stream_name()
Definition at line 173 of file istream.hpp. Member Data Documentation◆ line_number_m
type int to match LINE token Definition at line 183 of file istream.hpp. ◆ line_start_m
The stream position for the start of the line Definition at line 184 of file istream.hpp. ◆ position_m
The stream position for the current character on the current line Definition at line 185 of file istream.hpp. |