![]() |
Rosetta
2021.16
|
The ResourceLoaderRegistrator class is a simple templated registration class that will, at construction, create a ResourceLoader and register it with the ResouceLoaderFactory. More...
#include <ResourceLoaderRegistrator.hh>

Public Types | |
| typedef utility::factory::WidgetRegistrator < ResourceLoaderFactory, T > | parent |
Public Member Functions | |
| ResourceLoaderRegistrator () | |
Public Member Functions inherited from utility::factory::WidgetRegistrator< ResourceLoaderFactory, T > | |
| WidgetRegistrator () | |
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.
| typedef utility::factory::WidgetRegistrator< ResourceLoaderFactory, T > basic::resource_manager::ResourceLoaderRegistrator< T >::parent |
|
inline |
1.8.7