hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
codegenObjectCache.cpp File Reference
#include "codegenObjectCache.hpp"
#include "share/def.hpp"
#include <cstdio>
#include <filesystem>
Include dependency graph for codegenObjectCache.cpp:

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)