|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Go to the source code of this file.
Namespaces | |
| namespace | Ase |
| The Anklang C++ API namespace. | |
Typedefs | |
| using | Ase::WritP = std::shared_ptr< Writ > |
Functions | |
| template<class T > | |
| String | Ase::json_stringify (const T &source, Writ::Flags flags=Writ::Flags(0)) |
Create JSON string from source. | |
| template<class T > | |
| bool | Ase::json_parse (const String &jsonstring, T &target) |
Parse a well formed JSON string and assign contents to target. | |
| template<class T > | |
| T | Ase::json_parse (const String &jsonstring) |
| Parse a well formed JSON string and return the resulting value. | |
| struct Ase::WritConverter |
Template to specialize string conversion for various data types.
Definition at line 124 of file serialize.hh.