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::features::FeaturesReporterRegistrator< T > Class Template Reference

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

#include <FeaturesReporterFactory.hh>

Inheritance diagram for protocols::features::FeaturesReporterRegistrator< T >:
Inheritance graph
[legend]
Collaboration diagram for protocols::features::FeaturesReporterRegistrator< T >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 FeaturesReporterRegistrator ()
 

Detailed Description

template<class T>
class protocols::features::FeaturesReporterRegistrator< T >

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

Definition at line 94 of file FeaturesReporterFactory.hh.

Member Typedef Documentation

Definition at line 97 of file FeaturesReporterFactory.hh.

Constructor & Destructor Documentation

Definition at line 99 of file FeaturesReporterFactory.hh.


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