Go to the source code of this file.
Namespaces | |
namespace | GC_namespace |
Macros | |
#define | GENERIC_CONTAINER_INTERFACE_YAML_HH |
Functions | |
bool | GC_namespace::file_YAML_to_GC (string_view file_name, GenericContainer &gc) |
bool | GC_namespace::YAML_to_GC (istream_type &stream, GenericContainer &gc) |
bool | GC_namespace::YAML_to_GC (string const &DATA, GenericContainer &gc) |
void | GC_namespace::GC_to_YAML (GenericContainer const &gc, std::string &res) |
void | GC_namespace::GC_to_YAML (GenericContainer const &gc, ostream_type &stream) |
#define GENERIC_CONTAINER_INTERFACE_YAML_HH |