#include <input_location.hpp>
Public Attributes | |
lexy::lexeme_for< Input > | after |
Everything of the line after the annotated range. More... | |
lexy::lexeme_for< Input > | annotated |
The annotated part. More... | |
bool | annotated_newline |
true if annotated includes the newline (this implies after.empty()) More... | |
lexy::lexeme_for< Input > | before |
Everything of the line before the range. More... | |
bool | rounded_end |
true if end needed to be moved to a code point boundary. More... | |
bool | truncated_multiline |
true if the the range was spanning multiple line and needed to be truncated. More... | |
Definition at line 358 of file input_location.hpp.
lexy::lexeme_for<Input> lexy::input_line_annotation< Input >::after |
Everything of the line after the annotated range.
Definition at line 365 of file input_location.hpp.
lexy::lexeme_for<Input> lexy::input_line_annotation< Input >::annotated |
The annotated part.
Definition at line 363 of file input_location.hpp.
bool lexy::input_line_annotation< Input >::annotated_newline |
true if annotated includes the newline (this implies after.empty())
Definition at line 370 of file input_location.hpp.
lexy::lexeme_for<Input> lexy::input_line_annotation< Input >::before |
Everything of the line before the range.
Definition at line 361 of file input_location.hpp.
bool lexy::input_line_annotation< Input >::rounded_end |
true if end needed to be moved to a code point boundary.
Definition at line 372 of file input_location.hpp.
bool lexy::input_line_annotation< Input >::truncated_multiline |
true if the the range was spanning multiple line and needed to be truncated.
Definition at line 368 of file input_location.hpp.