![]() |
XII Release 0.1.0
|
Template used to automatically register a xiiImageFileFormat globally. More...
#include <ImageFileFormat.h>
Public Member Functions | |
virtual const xiiImageFileFormat & | GetFormatType () const override |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiEnumerable * | m_pNextInstance |
Template used to automatically register a xiiImageFileFormat globally.
Place a global variable of the desired type in some CPP file to register the type:
xiiImageFileFormatRegistrator<xiiDdsFileFormat> g_ddsFormat;
For the format to be available on platforms that use static linking, you may also need to add XII_STATICLINK_FORCE
|
inlineoverridevirtual |
Implements xiiRegisteredImageFileFormat.