|
Rosetta 3.5
|
This templated class will register an instance of an JobInputterCreator (class T) with the JobInputterFactory. It will ensure that no JobInputterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More...
#include <JobInputterFactory.hh>


Public Types | |
| typedef utility::factory::WidgetRegistrator < JobInputterFactory, T > | parent |
Public Member Functions | |
| JobInputterRegistrator () | |
This templated class will register an instance of an JobInputterCreator (class T) with the JobInputterFactory. It will ensure that no JobInputterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
Definition at line 42 of file JobInputterFactory.hh.
| typedef utility::factory::WidgetRegistrator< JobInputterFactory, T > protocols::jd2::JobInputterRegistrator< T >::parent |
Definition at line 45 of file JobInputterFactory.hh.
|
inline |
Definition at line 47 of file JobInputterFactory.hh.
1.8.4