GenericContainer
GenericContaine a tool for C++ programming
Loading...
Searching...
No Matches
GenericContainerYamlInterface.hh File Reference
#include "GenericContainer.hh"
#include <istream>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  GC_namespace
 

Functions

bool GC_namespace::file_YAML_to_GC (string const &file_name_YAML, GenericContainer &gc)
 
bool GC_namespace::YAML_to_GC (istream_type &file_YAML, GenericContainer &gc)
 
bool GC_namespace::YAML_to_GC (string const &YAML, GenericContainer &gc)
 
bool GC_namespace::YAML_to_GC (vector< string > const &YAML, GenericContainer &gc)
 
void GC_namespace::GC_to_YAML (GenericContainer const &gc, vector< string > &YAML)
 
void GC_namespace::GC_to_YAML (GenericContainer const &gc, ostream_type &file_YAML)