Rosetta
Public Types | Public Member Functions | List of all members
protocols::filters::FilterRegistrator< T > Class Template Reference

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

#include <FilterFactory.hh>

Inheritance diagram for protocols::filters::FilterRegistrator< T >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

 FilterRegistrator ()
 

Detailed Description

template<class T>
class protocols::filters::FilterRegistrator< T >

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

◆ FilterRegistrator()

template<class T >
protocols::filters::FilterRegistrator< T >::FilterRegistrator ( )
inline

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