Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
protocols::rotamer_recovery::RotamerRecoveryRegistrator< T > Class Template Reference

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

#include <RotamerRecoveryFactory.hh>

Inheritance diagram for protocols::rotamer_recovery::RotamerRecoveryRegistrator< T >:
Inheritance graph
[legend]
Collaboration diagram for protocols::rotamer_recovery::RotamerRecoveryRegistrator< T >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 RotamerRecoveryRegistrator ()
 

Detailed Description

template<class T>
class protocols::rotamer_recovery::RotamerRecoveryRegistrator< T >

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

Definition at line 96 of file RotamerRecoveryFactory.hh.

Member Typedef Documentation

Definition at line 99 of file RotamerRecoveryFactory.hh.

Constructor & Destructor Documentation

Definition at line 101 of file RotamerRecoveryFactory.hh.


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