|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Classes | |
| struct | RoNodeMethods |
| a CRTP base providing read-only methods for ConstNodeRef and NodeRef More... | |
Enumerations | |
| enum | : type_bits { styles_block_key_ = KEY_LITERAL|KEY_FOLDED , styles_block_val_ = VAL_LITERAL|VAL_FOLDED , styles_block_ = ((type_bits)styles_block_key_) | ((type_bits)styles_block_val_) , styles_flow_key_ = KEY_STYLE & (~((type_bits)styles_block_key_)) , styles_flow_val_ = VAL_STYLE & (~((type_bits)styles_block_val_)) , styles_flow_ = ((type_bits)styles_flow_key_) | ((type_bits)styles_flow_val_) , styles_squo_ = KEY_SQUO|VAL_SQUO , styles_dquo_ = KEY_DQUO|VAL_DQUO , styles_plain_ = KEY_PLAIN|VAL_PLAIN , styles_literal_ = KEY_LITERAL|VAL_LITERAL , styles_folded_ = KEY_FOLDED|VAL_FOLDED } |
Functions | |
| csubstr | _get_text_region (csubstr text, size_t pos, size_t num_lines_before, size_t num_lines_after) |
| anonymous enum : type_bits |
| Enumerator | |
|---|---|
| styles_block_key_ | |
| styles_block_val_ | |
| styles_block_ | |
| styles_flow_key_ | |
| styles_flow_val_ | |
| styles_flow_ | |
| styles_squo_ | |
| styles_dquo_ | |
| styles_plain_ | |
| styles_literal_ | |
| styles_folded_ | |
Definition at line 34 of file emitter.def.hpp.
| csubstr c4::yml::detail::_get_text_region | ( | csubstr | text, |
| size_t | pos, | ||
| size_t | num_lines_before, | ||
| size_t | num_lines_after ) |
Definition at line 283 of file common.cpp.