Rosetta
Public Types | Public Member Functions | List of all members
core::scoring::constraints::ConstraintRegistrator< T > Class Template Reference

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>

Inheritance diagram for core::scoring::constraints::ConstraintRegistrator< T >:
Inheritance graph
[legend]

Public Types

typedef utility::factory::WidgetRegistrator< ConstraintFactory, Tparent
 

Public Member Functions

 ConstraintRegistrator ()
 

Detailed Description

template<class T>
class core::scoring::constraints::ConstraintRegistrator< T >

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.

Member Typedef Documentation

◆ parent

Constructor & Destructor Documentation

◆ ConstraintRegistrator()


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