1#ifndef _C4_YML_FWD_HPP_
2#define _C4_YML_FWD_HPP_
Holds a pointer to an existing tree, and a node id.
A reference to a node in an existing yaml tree, offering a more convenient API than the index-based A...
This is the main driver of parsing logic: it scans the YAML or JSON source for tokens,...
ParseEngine< EventHandlerTree > Parser
This is the main ryml parser, where the parser events are handled to create a ryml tree.
(Undefined by default) Use shorter error message from checks/asserts: do not show the check condition...
The event handler to create a ryml Tree.
contains the data for each YAML node.
convenience class to initialize nodes
a node scalar is a csubstr, which may be tagged and anchored.
wraps a NodeType_e element with some syntactic sugar and predicates
Reusable object to resolve references/aliases in a Tree.