rapidyaml 0.14.0
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
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 229 of file tree.hpp.

Member Data Documentation

◆ m_type

NodeType c4::yml::NodeData::m_type

Definition at line 231 of file tree.hpp.

◆ m_key

NodeScalar c4::yml::NodeData::m_key

Definition at line 233 of file tree.hpp.

◆ m_val

NodeScalar c4::yml::NodeData::m_val

Definition at line 234 of file tree.hpp.

◆ m_parent

id_type c4::yml::NodeData::m_parent

Definition at line 236 of file tree.hpp.

◆ m_first_child

id_type c4::yml::NodeData::m_first_child

Definition at line 237 of file tree.hpp.

◆ m_last_child

id_type c4::yml::NodeData::m_last_child

Definition at line 238 of file tree.hpp.

◆ m_next_sibling

id_type c4::yml::NodeData::m_next_sibling

Definition at line 239 of file tree.hpp.

◆ m_prev_sibling

id_type c4::yml::NodeData::m_prev_sibling

Definition at line 240 of file tree.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/tree.hpp