Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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]
Collaboration diagram for core::scoring::constraints::ConstraintRegistrator< T >:
Collaboration graph
[legend]

Public Types

typedef
utility::factory::WidgetRegistrator
< ConstraintFactory, T
parent
 

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.

Definition at line 68 of file ConstraintFactory.hh.

Member Typedef Documentation

Definition at line 71 of file ConstraintFactory.hh.

Constructor & Destructor Documentation

Definition at line 73 of file ConstraintFactory.hh.


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