|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
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 |
Macros | |
| #define | _prflag(fl, txt) |
| #define | ryml_rest_is_(c1, c2) |
Functions | |
scalar style helpers | |
| bool | c4::yml::scalar_style_query_squo (csubstr s) noexcept |
| query whether a scalar can be encoded using single quotes. | |
| bool | c4::yml::scalar_style_query_plain_flow (csubstr s) noexcept |
| query whether a scalar can be encoded using plain style while in flow mode. | |
| bool | c4::yml::scalar_style_query_plain_block (csubstr s) noexcept |
| query whether a scalar can be encoded using plain style while in block mode. | |
| NodeType_e | c4::yml::scalar_style_choose_flow (csubstr scalar) noexcept |
| choose a YAML scalar style based on the scalar's contents, while in flow mode. | |
| NodeType_e | c4::yml::scalar_style_choose_block (csubstr scalar) noexcept |
| choose a YAML scalar style based on the scalar's contents, while in block mode. | |
| bool | c4::yml::scalar_is_null (csubstr s) noexcept |
| YAML-sense query of nullity. | |
| bool | c4::yml::scalar_is_inf3 (csubstr s) noexcept |
| Query if a scalar is nan (nan, NaN, NAN). | |
| bool | c4::yml::scalar_is_nan3 (csubstr s) noexcept |
| Query if a scalar is inf (inf, Inf, INF). | |
| bool | c4::yml::scalar_is_inf_or_nan3 (csubstr s) noexcept |
| Same as scalar_is_inf3() || scalar_is_nan3(). | |
| bool | c4::yml::scalar_is_plain_number_json (csubstr s) noexcept |
| JSON-sense query of plain number. | |
| bool | c4::yml::scalar_is_special_json (csubstr s) noexcept |
| JSON-sense query of plain number. | |
| NodeType_e | c4::yml::scalar_style_choose_json (csubstr scalar) noexcept |
| choose a json scalar style based on the scalar's contents | |
| #define _prflag | ( | fl, | |
| txt ) |
| #define ryml_rest_is_ | ( | c1, | |
| c2 ) |
Definition at line 303 of file node_type.cpp.