|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
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 |
| NodeType c4::yml::NodeData::m_type |
Definition at line 289 of file tree.hpp.
Referenced by c4::yml::EventHandlerTree::actually_val_is_first_key_of_new_map_flow(), c4::yml::Tree::ancestor_doc(), c4::yml::Tree::change_type(), c4::yml::Tree::merge_with(), and c4::yml::Tree::set_root_as_stream().
| NodeScalar c4::yml::NodeData::m_key |
Definition at line 291 of file tree.hpp.
Referenced by c4::yml::EventHandlerTree::actually_val_is_first_key_of_new_map_flow(), c4::yml::read_key(), and c4::yml::read_key().
| NodeScalar c4::yml::NodeData::m_val |
| id_type c4::yml::NodeData::m_parent |
Definition at line 294 of file tree.hpp.
Referenced by c4::yml::Tree::ancestor_doc(), and c4::yml::Tree::has_other_siblings().
| id_type c4::yml::NodeData::m_first_child |
Definition at line 295 of file tree.hpp.
Referenced by c4::yml::Tree::has_other_siblings(), and c4::yml::Tree::remove_children().
| id_type c4::yml::NodeData::m_last_child |
Definition at line 296 of file tree.hpp.
Referenced by c4::yml::Tree::has_other_siblings().
| id_type c4::yml::NodeData::m_next_sibling |
Definition at line 297 of file tree.hpp.
Referenced by c4::yml::Tree::remove_children().