rapidyaml  0.12.0
parse and emit YAML, and do it fast
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) More...
 

Detailed Description

Data for a basic error.

Definition at line 311 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 315 of file common.hpp.

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

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 313 of file common.hpp.


The documentation for this struct was generated from the following file: