CFx SDK Documentation  2020SP3
Classes | Macros
GsEmptyMetafileCache.h File Reference
#include "TD_PackPush.h"
#include "Gs/GsEntityNode.h"
#include "OdaSTL.h"
#include "TD_PackPop.h"
#include "Gs/GsLayerNode.h"

Go to the source code of this file.

Classes

class  OdGsEmptyMetafileCache
 

Macros

#define STL_USING_MAP
 
#define ODGS_EMFCACHE_DEFINE_MEMBERS()
 
#define __OD_GS_EMPTY_METAFILE_CACHE_INLINES__
 

Macro Definition Documentation

◆ __OD_GS_EMPTY_METAFILE_CACHE_INLINES__

#define __OD_GS_EMPTY_METAFILE_CACHE_INLINES__

Definition at line 82 of file GsEmptyMetafileCache.h.

◆ ODGS_EMFCACHE_DEFINE_MEMBERS

#define ODGS_EMFCACHE_DEFINE_MEMBERS ( )
Value:
GS_STATIC_EXPORT OdGsEmptyMetafileCache::OdMmap* OdGsEmptyMetafileCache::s_mfMap = NULL; \
GS_STATIC_EXPORT OdMutex* OdGsEmptyMetafileCache::s_mtMfMap = NULL; \
void OdGsEmptyMetafileCache::rxInit() \
{ \
s_mfMap = new OdMmap(); \
s_mtMfMap = new OdMutex(); \
} \
void OdGsEmptyMetafileCache::rxUninit() \
{ \
delete s_mfMap; s_mfMap = NULL; \
delete s_mtMfMap; s_mtMfMap = NULL; \
}

Definition at line 59 of file GsEmptyMetafileCache.h.

◆ STL_USING_MAP

#define STL_USING_MAP

Definition at line 30 of file GsEmptyMetafileCache.h.

NULL
#define NULL
Definition: GsProperties.h:177
GS_STATIC_EXPORT
#define GS_STATIC_EXPORT
Definition: GsExport.h:38
OdMutex
Definition: OdMutex.h:50