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

Public Types | |
| typedef utility::factory::WidgetRegistrator< ChemistryFactory, T > | parent |
Public Member Functions | |
| ChemistryRegistrator () | |
This templated class will register an instance of an ChemistryCreator (class T) with the ChemistryFactory. It will ensure that no ChemistryCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
| typedef utility::factory::WidgetRegistrator< ChemistryFactory, T > protocols::chemistries::ChemistryRegistrator< T >::parent |
|
inline |