#include <report_error.hpp>
Classes | |
| struct | _sink |
Public Member Functions | |
| constexpr _report_error | opts (lexy::visualization_options opts) const |
| Overrides visualization options. More... | |
| constexpr _report_error | path (const char *path) const |
| Specifies a path that will be printed alongside the diagnostic. More... | |
| constexpr auto | sink () const |
| template<typename OI > | |
| constexpr _report_error< OI > | to (OI out) const |
| Specifies an output iterator where the errors are written to. More... | |
Public Attributes | |
| OutputIterator | _iter |
| lexy::visualization_options | _opts |
| const char * | _path |
Definition at line 321 of file report_error.hpp.
|
inlineconstexpr |
Overrides visualization options.
Definition at line 370 of file report_error.hpp.
|
inlineconstexpr |
Specifies a path that will be printed alongside the diagnostic.
Definition at line 357 of file report_error.hpp.
|
inlineconstexpr |
Definition at line 351 of file report_error.hpp.
|
inlineconstexpr |
Specifies an output iterator where the errors are written to.
Definition at line 364 of file report_error.hpp.
| OutputIterator lexy_ext::_report_error< OutputIterator >::_iter |
Definition at line 323 of file report_error.hpp.
| lexy::visualization_options lexy_ext::_report_error< OutputIterator >::_opts |
Definition at line 324 of file report_error.hpp.
| const char* lexy_ext::_report_error< OutputIterator >::_path |
Definition at line 325 of file report_error.hpp.