Public Attributes | List of all members
lexy::input_line_annotation< Input > Struct Template Reference

#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...
 

Detailed Description

template<typename Input>
struct lexy::input_line_annotation< Input >

Definition at line 335 of file input_location.hpp.

Member Data Documentation

◆ after

template<typename Input >
lexy::lexeme_for<Input> lexy::input_line_annotation< Input >::after

Everything of the line after the annotated range.

Definition at line 342 of file input_location.hpp.

◆ annotated

template<typename Input >
lexy::lexeme_for<Input> lexy::input_line_annotation< Input >::annotated

The annotated part.

Definition at line 340 of file input_location.hpp.

◆ annotated_newline

template<typename Input >
bool lexy::input_line_annotation< Input >::annotated_newline

true if annotated includes the newline (this implies after.empty())

Definition at line 347 of file input_location.hpp.

◆ before

template<typename Input >
lexy::lexeme_for<Input> lexy::input_line_annotation< Input >::before

Everything of the line before the range.

Definition at line 338 of file input_location.hpp.

◆ rounded_end

template<typename Input >
bool lexy::input_line_annotation< Input >::rounded_end

true if end needed to be moved to a code point boundary.

Definition at line 349 of file input_location.hpp.

◆ truncated_multiline

template<typename Input >
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 345 of file input_location.hpp.


The documentation for this struct was generated from the following file:


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09