|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
#include "c4/yml/emitter.hpp"#include "c4/yml/tree.hpp"#include "c4/yml/detail/dbgprint.hpp"#include "c4/yml/error.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 |
| namespace | c4::yml::detail |
Enumerations | |
| enum | : type_bits { c4::yml::detail::styles_block_key_ = KEY_LITERAL|KEY_FOLDED , c4::yml::detail::styles_block_val_ = VAL_LITERAL|VAL_FOLDED , c4::yml::detail::styles_block_ = ((type_bits)styles_block_key_) | ((type_bits)styles_block_val_) , c4::yml::detail::styles_flow_key_ = KEY_STYLE & (~((type_bits)styles_block_key_)) , c4::yml::detail::styles_flow_val_ = VAL_STYLE & (~((type_bits)styles_block_val_)) , c4::yml::detail::styles_flow_ = ((type_bits)styles_flow_key_) | ((type_bits)styles_flow_val_) , c4::yml::detail::styles_squo_ = KEY_SQUO|VAL_SQUO , c4::yml::detail::styles_dquo_ = KEY_DQUO|VAL_DQUO , c4::yml::detail::styles_plain_ = KEY_PLAIN|VAL_PLAIN , c4::yml::detail::styles_literal_ = KEY_LITERAL|VAL_LITERAL , c4::yml::detail::styles_folded_ = KEY_FOLDED|VAL_FOLDED } |