rapidyaml  0.12.1
parse and emit YAML, and do it fast
c4::yml::ParseEngine< EventHandler >::Annotation::Entry Struct Reference

#include <parse_engine.hpp>

Public Attributes

csubstr str
 
size_t indentation
 
size_t line
 
csubstr orig
 

Detailed Description

template<class EventHandler>
struct c4::yml::ParseEngine< EventHandler >::Annotation::Entry

Definition at line 640 of file parse_engine.hpp.

Member Data Documentation

◆ str

template<class EventHandler >
csubstr c4::yml::ParseEngine< EventHandler >::Annotation::Entry::str

Definition at line 642 of file parse_engine.hpp.

◆ indentation

template<class EventHandler >
size_t c4::yml::ParseEngine< EventHandler >::Annotation::Entry::indentation

Definition at line 643 of file parse_engine.hpp.

◆ line

template<class EventHandler >
size_t c4::yml::ParseEngine< EventHandler >::Annotation::Entry::line

Definition at line 644 of file parse_engine.hpp.

◆ orig

template<class EventHandler >
csubstr c4::yml::ParseEngine< EventHandler >::Annotation::Entry::orig

Definition at line 645 of file parse_engine.hpp.


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