rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
c4::yml::ErrorDataBasic Struct Reference

Data for a basic error. More...

#include <common.hpp>

Public Member Functions

 ErrorDataBasic () noexcept=default
 ErrorDataBasic (Location const &cpploc_) noexcept

Public Attributes

Location location
 location where the error was detected (may be from YAML or C++ source code)

Detailed Description

Data for a basic error.

Definition at line 319 of file common.hpp.

Constructor & Destructor Documentation

◆ ErrorDataBasic() [1/2]

c4::yml::ErrorDataBasic::ErrorDataBasic ( )
defaultnoexcept

◆ ErrorDataBasic() [2/2]

c4::yml::ErrorDataBasic::ErrorDataBasic ( Location const & cpploc_)
inlinenoexcept

Definition at line 323 of file common.hpp.

323: location(cpploc_) {}
Location location
location where the error was detected (may be from YAML or C++ source code)
Definition common.hpp:321

Member Data Documentation

◆ location

Location c4::yml::ErrorDataBasic::location

location where the error was detected (may be from YAML or C++ source code)

Definition at line 321 of file common.hpp.


The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.14.0/src/c4/yml/common.hpp