rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
Tree utilities

Topics

 Arena utils
 Implementation utils for serializing scalars in a tree's arena.
 Write to Tree
 Implementation of serialization to a tree.
 Read from Tree
 Implementation of deserialization from a tree.

Classes

struct  c4::yml::NodeScalar
 a node scalar is a csubstr, which may be tagged and anchored. More...
struct  c4::yml::NodeData
 contains the data for each YAML node. More...
class  c4::yml::Tree

Detailed Description

See also
sample_quick_overview()
sample_iterate_tree()
sample_create_tree()
sample_tree_arena()
sample_static_trees()
sample_location_tracking()
sample_docs()
sample_anchors_and_aliases()
sample_tags()