Go to the source code of this file.
◆ __OD_GS_EMPTY_METAFILE_CACHE_INLINES__
#define __OD_GS_EMPTY_METAFILE_CACHE_INLINES__ |
◆ ODGS_EMFCACHE_DEFINE_MEMBERS
#define ODGS_EMFCACHE_DEFINE_MEMBERS |
( |
| ) |
|
Value: GS_STATIC_EXPORT OdGsEmptyMetafileCache::OdMmap* OdGsEmptyMetafileCache::s_mfMap = NULL; \
void OdGsEmptyMetafileCache::rxInit() \
{ \
s_mfMap = new OdMmap(); \
} \
void OdGsEmptyMetafileCache::rxUninit() \
{ \
delete s_mfMap; s_mfMap = NULL; \
delete s_mtMfMap; s_mtMfMap = NULL; \
}
Definition at line 62 of file GsEmptyMetafileCache.h.
◆ STL_USING_MAP