|
hoshi-lang dev
Yet another programming language
|

Go to the source code of this file.
Namespaces | |
| namespace | yoi |
| namespace | yoi::serialization |
Functions | |
| template<> | |
| void | write (FILE *fp, const yoi::wstr &value) |
| template<> | |
| void | read (FILE *fp, yoi::wstr &value) |
| template<> | |
| void | write (FILE *fp, const CodegenObjectCacheEntry &value) |
| template<> | |
| void | read (FILE *fp, CodegenObjectCacheEntry &value) |
| template<> | |
| void | write (FILE *fp, const CodegenObjectCache &value) |
| template<> | |
| void | read (FILE *fp, CodegenObjectCache &value) |
| template<> | |
| void | write (FILE *fp, const std::set< yoi::indexT > &value) |
| template<> | |
| void | read (FILE *fp, std::set< yoi::indexT > &value) |