Rosetta
|
This templated class will register an instance of an FilterCreator (class T) with the FilterFactory. It will ensure that no FilterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More...
#include <FilterFactory.hh>
Public Types | |
typedef utility::factory::WidgetRegistrator< FilterFactory, T > | parent |
Public Member Functions | |
FilterRegistrator () | |
This templated class will register an instance of an FilterCreator (class T) with the FilterFactory. It will ensure that no FilterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
typedef utility::factory::WidgetRegistrator< FilterFactory, T > protocols::filters::FilterRegistrator< T >::parent |
|
inline |