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


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