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


Public Types | |
| typedef utility::factory::WidgetRegistrator < MoverFactory, T > | parent |
Public Member Functions | |
| MoverRegistrator () | |
This templated class will register an instance of an MoverCreator (class T) with the MoverFactory. It will ensure that no MoverCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
Definition at line 46 of file MoverFactory.hh.
| typedef utility::factory::WidgetRegistrator< MoverFactory, T > protocols::moves::MoverRegistrator< T >::parent |
Definition at line 49 of file MoverFactory.hh.
|
inline |
Definition at line 51 of file MoverFactory.hh.
1.8.4