1 #ifndef NODE_EMIT_H_62B23520_7C8E_11DE_8A39_0800200C9A66 2 #define NODE_EMIT_H_62B23520_7C8E_11DE_8A39_0800200C9A66 4 #if defined(_MSC_VER) || \ 5 (defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \ 6 (__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4 13 #include "yaml-cpp/dll.h" 23 YAML_CPP_API Emitter&
operator<<(Emitter& out,
const Node& node);
26 YAML_CPP_API std::ostream&
operator<<(std::ostream& out,
const Node& node);
29 YAML_CPP_API std::string Dump(
const Node& node);
32 #endif // NODE_EMIT_H_62B23520_7C8E_11DE_8A39_0800200C9A66 JSON_API OStream & operator<<(OStream &, const Value &root)
Output using the StyledStreamWriter.