rapidyaml  0.12.1
parse and emit YAML, and do it fast
preprocess.hpp File Reference

Functions for preprocessing YAML prior to parsing. More...

#include "./common.hpp"
#include <c4/substr.hpp>

Go to the source code of this file.

Namespaces

 c4
 (Undefined by default) Use shorter error message from checks/asserts: do not show the check condition in the error message.
 
 c4::yml
 

Functions

size_t c4::yml::preprocess_rxmap (csubstr rxmap, substr buf)
 Write into a given output buffer. More...
 
template<class CharContainer >
substr c4::yml::preprocess_rxmap (csubstr rxmap, CharContainer *out)
 
template<class CharContainer >
CharContainer c4::yml::preprocess_rxmap (csubstr rxmap)
 

Detailed Description

Functions for preprocessing YAML prior to parsing.

Definition in file preprocess.hpp.