|
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/scalar_style.hpp"#include "c4/yml/detail/dbgprint.hpp"#include "c4/yml/error.hpp"Go to the source code of this file.
Namespaces | |
| namespace | c4 |
| 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_ = (styles_block_key_ | styles_block_val_) , c4::yml::detail::styles_flow_key_ = KEY_STYLE & ~styles_block_key_ , c4::yml::detail::styles_flow_val_ = VAL_STYLE & ~styles_block_val_ , c4::yml::detail::styles_flow_ = styles_flow_key_ | 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 } |