Dynalib Utils
Macros
DynaBufferCacheImpl.h File Reference
#include "DynaBufferCache.h"
#include "DynaCache.h"
#include "IDynaBufferCacheListener.h"
Include dependency graph for DynaBufferCacheImpl.h:

Go to the source code of this file.

Macros

#define MAKE_BUFFERCACHETYPE_INSTANCE(C, T)
 

Macro Definition Documentation

◆ MAKE_BUFFERCACHETYPE_INSTANCE

#define MAKE_BUFFERCACHETYPE_INSTANCE (   C,
 
)
Value:
template class DynaBufferCache<C>; \
typedef DynaBufferCache<C> T##BufferCache
Definition: DynaBufferCache.h:15