|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Data for a parse error. More...
#include <common.hpp>
Public Member Functions | |
| ErrorDataParse () noexcept=default | |
| ErrorDataParse (Location const &cpploc_, Location const &ymlloc_) noexcept | |
Public Attributes | |
| Location | cpploc |
| location in the C++ source file where the error was detected. | |
| Location | ymlloc |
| location in the YAML source buffer where the error was detected. | |
Data for a parse error.
Definition at line 268 of file common.hpp.
|
defaultnoexcept |
Referenced by ErrorDataParse().
|
inlinenoexcept |
Definition at line 273 of file common.hpp.
| Location c4::yml::ErrorDataParse::cpploc |
location in the C++ source file where the error was detected.
Definition at line 270 of file common.hpp.
Referenced by ErrorDataParse(), c4::yml::err_parse_format(), and ErrorHandlerExample::on_error_parse().
| Location c4::yml::ErrorDataParse::ymlloc |
location in the YAML source buffer where the error was detected.
Definition at line 271 of file common.hpp.
Referenced by ErrorDataParse(), c4::yml::err_parse(), c4::yml::err_parse(), c4::yml::err_parse_format(), ErrorHandlerExample::on_error_parse(), and sample_error_parse().