Rosetta
Public Types | Public Member Functions | List of all members
protocols::jd3::full_model_inputters::FullModelInputterRegistrator< T > Class Template Reference

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

#include <FullModelInputterFactory.hh>

Inheritance diagram for protocols::jd3::full_model_inputters::FullModelInputterRegistrator< T >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

 FullModelInputterRegistrator ()
 

Detailed Description

template<class T>
class protocols::jd3::full_model_inputters::FullModelInputterRegistrator< T >

This templated class will register an instance of an FullModelInputterCreator (class T) with the FullModelInputterFactory. It will ensure that no FullModelInputterCreator 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

◆ FullModelInputterRegistrator()


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