Go to the source code of this file.
Namespaces | |
| namespace | GC_namespace |
Macros | |
| #define | GENERIC_CONTAINER_INTERFACE_JSON_HH |
Functions | |
| bool | GC_namespace::file_JSON_to_GC (string const &file_name, GenericContainer &gc) |
| bool | GC_namespace::JSON_to_GC (istream_type &stream, GenericContainer &gc) |
| bool | GC_namespace::JSON_to_GC (string const &DATA, GenericContainer &gc) |
| void | GC_namespace::GC_to_JSON (GenericContainer const &gc, std::string &res) |
| void | GC_namespace::GC_to_JSON (GenericContainer const &gc, ostream_type &stream) |
| #define GENERIC_CONTAINER_INTERFACE_JSON_HH |