document_tree¶
Defined in header: <orcus/yaml_document_tree.hpp>
-
class document_tree¶
Public Functions
-
document_tree()¶
-
document_tree(const document_tree&) = delete¶
-
document_tree(document_tree &&other)¶
-
~document_tree()¶
-
void load(std::string_view s)¶
-
size_t get_document_count() const¶
-
const_node get_document_root(size_t index) const¶
-
std::string dump_yaml() const¶
-
std::string dump_json() const¶
-
document_tree()¶