![]() |
Rosetta
2021.16
|
The ResourceLocatorRegistrator gives an instance of a ResourceLocatorCreator to the ResourceLocatorFactory in its constructor, calling the ResourceLocatorFactory's factory_register() method. This call is actually accomplished by the WidgetRegistrator parent class. A single (templated) instance of this class for each ResourceLocatorCreator should be placed in the appropriate init.cc file (i.e. ResourceLocatorCreators that live in the protocols library should be put in src/protocols/init/init.ResourceLocatorRegistrators.ihh). More...
#include <ResourceLocatorRegistrator.hh>

Public Types | |
| typedef utility::factory::WidgetRegistrator < ResourceLocatorFactory, T > | parent |
Public Member Functions | |
| ResourceLocatorRegistrator () | |
Public Member Functions inherited from utility::factory::WidgetRegistrator< ResourceLocatorFactory, T > | |
| WidgetRegistrator () | |
The ResourceLocatorRegistrator gives an instance of a ResourceLocatorCreator to the ResourceLocatorFactory in its constructor, calling the ResourceLocatorFactory's factory_register() method. This call is actually accomplished by the WidgetRegistrator parent class. A single (templated) instance of this class for each ResourceLocatorCreator should be placed in the appropriate init.cc file (i.e. ResourceLocatorCreators that live in the protocols library should be put in src/protocols/init/init.ResourceLocatorRegistrators.ihh).
| typedef utility::factory::WidgetRegistrator< ResourceLocatorFactory, T > basic::resource_manager::ResourceLocatorRegistrator< T >::parent |
|
inline |
1.8.7