The ResourceLoaderRegistrator class is a simple templated registration class that will, at construction, create a ResourceLoader and register it with the ResouceLoaderFactory.
More...
template<class T>
class basic::resource_manager::ResourceLoaderRegistrator< T >
The ResourceLoaderRegistrator class is a simple templated registration class that will, at construction, create a ResourceLoader and register it with the ResouceLoaderFactory.
Instances of the ResourceLoaderRegistrator class should be added to the "init.cc" files of the libraries they belong to so that they will be constructed along the init(argv,argc) calling pathway at the very beginning of program execution.