Rosetta
Public Types | Public Member Functions | List of all members
protocols::multistage_rosetta_scripts::cluster::ClusterMetricRegistrator< T > Class Template Reference

This templated class will register an instance of an ClusterMetricCreator (class T) with the ClusterMetricFactory. It will ensure that no ClusterMetricCreator is registered twice, and centralizes this registration logic so that thread safety issues can be handled in one place. More...

#include <ClusterMetricRegistrator.hh>

Inheritance diagram for protocols::multistage_rosetta_scripts::cluster::ClusterMetricRegistrator< T >:
Inheritance graph
[legend]

Public Types

typedef utility::factory::WidgetRegistrator< ClusterMetricFactory, T > parent
 

Public Member Functions

 ClusterMetricRegistrator ()
 

Detailed Description

template<class T>
class protocols::multistage_rosetta_scripts::cluster::ClusterMetricRegistrator< T >

This templated class will register an instance of an ClusterMetricCreator (class T) with the ClusterMetricFactory. It will ensure that no ClusterMetricCreator is registered twice, and centralizes this registration logic so that thread safety issues can be handled in one place.

Member Typedef Documentation

◆ parent

Constructor & Destructor Documentation

◆ ClusterMetricRegistrator()


The documentation for this class was generated from the following file: