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


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