![]() |
Rosetta
2020.50
|
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.
typedef utility::factory::WidgetRegistrator< ConstraintFactory, T > core::scoring::constraints::ConstraintRegistrator< T >::parent |
|
inline |