|
rapidyaml
0.11.1
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. More... | |
| Location | ymlloc |
| location in the YAML source buffer where the error was detected. More... | |
Data for a parse error.
Definition at line 320 of file common.hpp.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 325 of file common.hpp.
| Location c4::yml::ErrorDataParse::cpploc |
location in the C++ source file where the error was detected.
Definition at line 322 of file common.hpp.
| Location c4::yml::ErrorDataParse::ymlloc |
location in the YAML source buffer where the error was detected.
Definition at line 323 of file common.hpp.