rapidyaml  0.11.1
parse and emit YAML, and do it fast
c4::yml::NodeData Struct Reference

contains the data for each YAML node. More...

#include <tree.hpp>

Public Attributes

NodeType m_type
 
NodeScalar m_key
 
NodeScalar m_val
 
id_type m_parent
 
id_type m_first_child
 
id_type m_last_child
 
id_type m_next_sibling
 
id_type m_prev_sibling
 

Detailed Description

contains the data for each YAML node.

Definition at line 224 of file tree.hpp.

Member Data Documentation

◆ m_type

NodeType c4::yml::NodeData::m_type

Definition at line 226 of file tree.hpp.

◆ m_key

NodeScalar c4::yml::NodeData::m_key

Definition at line 228 of file tree.hpp.

◆ m_val

NodeScalar c4::yml::NodeData::m_val

Definition at line 229 of file tree.hpp.

◆ m_parent

id_type c4::yml::NodeData::m_parent

Definition at line 231 of file tree.hpp.

◆ m_first_child

id_type c4::yml::NodeData::m_first_child

Definition at line 232 of file tree.hpp.

◆ m_last_child

id_type c4::yml::NodeData::m_last_child

Definition at line 233 of file tree.hpp.

◆ m_next_sibling

id_type c4::yml::NodeData::m_next_sibling

Definition at line 234 of file tree.hpp.

◆ m_prev_sibling

id_type c4::yml::NodeData::m_prev_sibling

Definition at line 235 of file tree.hpp.


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