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

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

Functions

size_t c4::yml::preprocess_rxmap (csubstr rxmap, substr buf)
 Write into a given output buffer.
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.