rapidyaml  0.11.0
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
 

Detailed Description

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

Definition at line 677 of file parse_engine.hpp.

Member Data Documentation

◆ str

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

Definition at line 679 of file parse_engine.hpp.

◆ indentation

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

Definition at line 680 of file parse_engine.hpp.

◆ line

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

Definition at line 681 of file parse_engine.hpp.


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