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::loops::loops_definers::LoopsDefinerRegistrator< T > Class Template Reference

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

#include <LoopsDefinerFactory.hh>

Inheritance diagram for protocols::loops::loops_definers::LoopsDefinerRegistrator< T >:
Inheritance graph
[legend]
Collaboration diagram for protocols::loops::loops_definers::LoopsDefinerRegistrator< T >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 LoopsDefinerRegistrator ()
 

Detailed Description

template<class T>
class protocols::loops::loops_definers::LoopsDefinerRegistrator< T >

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

Definition at line 95 of file LoopsDefinerFactory.hh.

Member Typedef Documentation

Definition at line 98 of file LoopsDefinerFactory.hh.

Constructor & Destructor Documentation

Definition at line 100 of file LoopsDefinerFactory.hh.


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