![]() |
GenericContainer
GenericContaine a tool for C++ programming
|
#include "GenericContainer.hh"
Go to the source code of this file.
Namespaces | |
namespace | GC_namespace |
Macros | |
#define | GC_JSON_INTERFACE_HH |
Functions | |
bool | GC_namespace::file_JSON_to_GC (string const &file_name_JSON, GenericContainer &gc) |
bool | GC_namespace::JSON_to_GC (istream_type &file_JSON, GenericContainer &gc) |
bool | GC_namespace::JSON_to_GC (string const &JSON, GenericContainer &gc) |
bool | GC_namespace::JSON_to_GC (vector< string > const &JSON, GenericContainer &gc) |
void | GC_namespace::GC_to_JSON (GenericContainer const &gc, vector< string > &JSON) |
void | GC_namespace::GC_to_JSON (GenericContainer const &gc, ostream_type &file_JSON) |
#define GC_JSON_INTERFACE_HH |