|
rapidyaml
0.11.1
parse and emit YAML, and do it fast
|
Convert flow-type relaxed maps (with implicit bools) into strict YAML flow map: More...
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) |
Convert flow-type relaxed maps (with implicit bools) into strict YAML flow map:
| rxmap | A relaxed map |
| buf | output buffer |
| out | output container |
| size_t c4::yml::preprocess_rxmap | ( | csubstr | rxmap, |
| substr | buf | ||
| ) |
Write into a given output buffer.
This function is safe to call with empty or small buffers; it won't write beyond the end of the buffer.
Definition at line 36 of file preprocess.cpp.
| substr c4::yml::preprocess_rxmap | ( | csubstr | rxmap, |
| CharContainer * | out | ||
| ) |
Definition at line 75 of file preprocess.hpp.
| CharContainer c4::yml::preprocess_rxmap | ( | csubstr | rxmap | ) |