|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Data for a visit error. More...
#include <common.hpp>
Public Member Functions | |
| ErrorDataVisit () noexcept=default | |
| ErrorDataVisit (Location const &cpploc_, Tree const *tree_, id_type node_) noexcept | |
Public Attributes | |
| Location | cpploc |
| location in the C++ source file where the error was detected. | |
| Tree const * | tree |
| tree where the error was detected | |
| id_type | node |
| node where the error was detected | |
Data for a visit error.
Definition at line 278 of file common.hpp.
|
defaultnoexcept |
Referenced by ErrorDataVisit().
|
inlinenoexcept |
Definition at line 284 of file common.hpp.
| Location c4::yml::ErrorDataVisit::cpploc |
location in the C++ source file where the error was detected.
Definition at line 280 of file common.hpp.
Referenced by ErrorDataVisit(), c4::yml::err_visit(), c4::yml::err_visit(), c4::yml::err_visit_format(), ErrorHandlerExample::on_error_visit(), and sample_error_visit().
| Tree const* c4::yml::ErrorDataVisit::tree |
tree where the error was detected
Definition at line 281 of file common.hpp.
Referenced by ErrorDataVisit(), c4::yml::err_visit_format(), ErrorHandlerExample::on_error_visit(), and sample_error_visit().
| id_type c4::yml::ErrorDataVisit::node |
node where the error was detected
Definition at line 282 of file common.hpp.
Referenced by ErrorDataVisit(), c4::yml::err_visit_format(), ErrorHandlerExample::on_error_visit(), and sample_error_visit().