Dynalib Utils
Macros
DynaCacheImpl.h File Reference
#include "DynaCache.h"
#include "ICachePage.h"
#include "ICacheFile.h"
Include dependency graph for DynaCacheImpl.h:

Go to the source code of this file.

Macros

#define MAKE_CACHETYPE_INSTANCE(C, T)
 

Macro Definition Documentation

◆ MAKE_CACHETYPE_INSTANCE

#define MAKE_CACHETYPE_INSTANCE (   C,
 
)
Value:
template class DynaCache<C>; \
typedef DynaCache<C> T##Cache
Definition: DynaCache.h:16