|
Orcus
|
Public Types | |
| using | node = yaml::detail::node |
Public Member Functions | |
| yaml_document_tree (const yaml_document_tree &)=delete | |
| yaml_document_tree (yaml_document_tree &&other) | |
| void | load (const std::string &strm) |
| size_t | get_document_count () const |
| node | get_document_root (size_t index) const |
| std::string | dump_yaml () const |
| std::string | dump_json () const |
1.8.14