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


Public Types | |
| typedef utility::factory::WidgetRegistrator < ResFilterFactory, T > | parent |
Public Member Functions | |
| ResFilterRegistrator () | |
This templated class will register an instance of an ResFilterCreator (class T) with the ResFilterFactory. It will ensure that no ResFilter creator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
Definition at line 38 of file ResFilterRegistrator.hh.
| typedef utility::factory::WidgetRegistrator< ResFilterFactory, T > core::pack::task::operation::ResFilterRegistrator< T >::parent |
Definition at line 41 of file ResFilterRegistrator.hh.
|
inline |
Definition at line 43 of file ResFilterRegistrator.hh.
1.8.4