Rosetta
Public Types | Public Member Functions | List of all members
basic::resource_manager::ResourceLocatorRegistrator< T > Class Template Reference

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>

Inheritance diagram for basic::resource_manager::ResourceLocatorRegistrator< T >:
Inheritance graph
[legend]

Public Types

typedef utility::factory::WidgetRegistrator< ResourceLocatorFactory, Tparent
 

Public Member Functions

 ResourceLocatorRegistrator ()
 
- Public Member Functions inherited from utility::factory::WidgetRegistrator< ResourceLocatorFactory, T >
 WidgetRegistrator ()
 

Detailed Description

template<class T>
class basic::resource_manager::ResourceLocatorRegistrator< T >

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).

Member Typedef Documentation

◆ parent

Constructor & Destructor Documentation

◆ ResourceLocatorRegistrator()


The documentation for this class was generated from the following file: