|
Rosetta 3.5
|
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.
Definition at line 49 of file FilterFactory.hh.
| typedef utility::factory::WidgetRegistrator< FilterFactory, T > protocols::filters::FilterRegistrator< T >::parent |
Definition at line 52 of file FilterFactory.hh.
|
inline |
Definition at line 54 of file FilterFactory.hh.
1.8.4