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::moves::MoverRegistrator< T > Class Template Reference

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

#include <MoverFactory.hh>

Inheritance diagram for protocols::moves::MoverRegistrator< T >:
Inheritance graph
[legend]
Collaboration diagram for protocols::moves::MoverRegistrator< T >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 MoverRegistrator ()
 

Detailed Description

template<class T>
class protocols::moves::MoverRegistrator< T >

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

Definition at line 46 of file MoverFactory.hh.

Member Typedef Documentation

Definition at line 49 of file MoverFactory.hh.

Constructor & Destructor Documentation

template<class T >
protocols::moves::MoverRegistrator< T >::MoverRegistrator ( )
inline

Definition at line 51 of file MoverFactory.hh.


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