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