hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
codegenObjectCache.hpp File Reference
#include "compiler/compilerContext.h"
#include "compiler/ir/IR.h"
#include <memory>
#include <mutex>
#include <share/def.hpp>
Include dependency graph for codegenObjectCache.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CodegenObjectCacheEntry
 
class  CodegenObjectCache
 

Namespaces

namespace  yoi
 
namespace  yoi::serialization
 

Functions

template<typename T >
void write (FILE *fp, const T &value)
 
template<typename T >
void read (FILE *fp, T &value)
 
template<>
void write (FILE *fp, const yoi::wstr &value)
 
template<>
void read (FILE *fp, yoi::wstr &value)
 
template<>
void write (FILE *fp, const CodegenObjectCache &value)
 
template<>
void read (FILE *fp, CodegenObjectCache &value)
 
template<>
void write (FILE *fp, const CodegenObjectCacheEntry &value)
 
template<>
void read (FILE *fp, CodegenObjectCacheEntry &value)
 
template<>
void write (FILE *fp, const std::set< yoi::indexT > &value)
 
template<>
void read (FILE *fp, std::set< yoi::indexT > &value)