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


Public Types | |
| typedef utility::factory::WidgetRegistrator < ConstraintFactory, T > | parent |
Public Member Functions | |
| ConstraintRegistrator () | |
This templated class will register an instance of an ConstraintCreator (class T) with the ConstraintFactory. It will ensure that no ConstraintCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
Definition at line 68 of file ConstraintFactory.hh.
| typedef utility::factory::WidgetRegistrator< ConstraintFactory, T > core::scoring::constraints::ConstraintRegistrator< T >::parent |
Definition at line 71 of file ConstraintFactory.hh.
|
inline |
Definition at line 73 of file ConstraintFactory.hh.
1.8.4