30 #ifndef _SILLYImageLoaderManager_h_
31 #define _SILLYImageLoaderManager_h_
32 #include "SILLYBase.h"
46 # pragma warning(push)
48 # pragma warning(disable : 4251)
74 ImageLoaderList::iterator begin();
79 ImageLoaderList::iterator end();
89 ImageLoaderList d_loaders;
103 #if defined(_MSC_VER)
105 # pragma warning(pop)
112 #ifdef SILLY_OPT_INLINE
113 #include "SILLYImageLoaderManager.icpp"
116 #endif // end of guard _SILLYImageLoaderManager_h_
Simple Image Loading LibrarY namespace.
Manage the list of all supported ImageLoader.
This is an abstract class that define the interface of all image loader.
std::vector< ImageLoader * > ImageLoaderList
Typename for a collection of image loader.