|
rapidyaml
0.11.0
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. More... | |
| Tree const * | tree |
| tree where the error was detected More... | |
| id_type | node |
| node where the error was detected More... | |
Data for a visit error.
Definition at line 330 of file common.hpp.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 336 of file common.hpp.
| Location c4::yml::ErrorDataVisit::cpploc |
location in the C++ source file where the error was detected.
Definition at line 332 of file common.hpp.
| Tree const* c4::yml::ErrorDataVisit::tree |
tree where the error was detected
Definition at line 333 of file common.hpp.
| id_type c4::yml::ErrorDataVisit::node |
node where the error was detected
Definition at line 334 of file common.hpp.