Rosetta 3.5
|
This templated class will register an instance of an FeaturesReporterCreator (class T) with the FeaturesReporterFactory. It will ensure that no FeaturesReporterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More...
#include <FeaturesReporterFactory.hh>
Public Types | |
typedef utility::factory::WidgetRegistrator < FeaturesReporterFactory, T > | parent |
Public Member Functions | |
FeaturesReporterRegistrator () | |
This templated class will register an instance of an FeaturesReporterCreator (class T) with the FeaturesReporterFactory. It will ensure that no FeaturesReporterCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.
typedef utility::factory::WidgetRegistrator< FeaturesReporterFactory, T > protocols::features::FeaturesReporterRegistrator< T >::parent |
|
inline |