|
rapidyaml
0.10.0
parse and emit YAML, and do it fast
|
#include "c4/yml/node_type.hpp"Go to the source code of this file.
Namespaces | |
| c4 | |
| c4::yml | |
Macros | |
| #define | _prflag(fl, txt) |
Functions | |
scalar style helpers | |
| bool | c4::yml::scalar_style_query_squo (csubstr s) noexcept |
| query whether a scalar can be encoded using single quotes. More... | |
| bool | c4::yml::scalar_style_query_plain (csubstr s) noexcept |
| query whether a scalar can be encoded using plain style (no quotes, not a literal/folded block scalar). More... | |
| NodeType_e | c4::yml::scalar_style_choose (csubstr scalar) noexcept |
| choose a YAML emitting style based on the scalar's contents More... | |
| NodeType_e | c4::yml::scalar_style_json_choose (csubstr scalar) noexcept |
| choose a json style based on the scalar's contents More... | |
| #define _prflag | ( | fl, | |
| txt | |||
| ) |