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.
typedef utility::factory::WidgetRegistrator< DataLoaderFactory, T > protocols::jd2::parser::DataLoaderRegistrator< T >::parent |
|
inline |