Rosetta Core  2014.16.56682
Public Types | Public Member Functions | List of all members
core::pack::task::operation::ResLvlTaskOperationRegistrator< T > Class Template Reference

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

#include <ResLvlTaskOperationRegistrator.hh>

Public Types

typedef
utility::factory::WidgetRegistrator
< ResLvlTaskOperationFactory,
T
parent
 

Public Member Functions

 ResLvlTaskOperationRegistrator ()
 
- Public Member Functions inherited from utility::factory::WidgetRegistrator< ResLvlTaskOperationFactory, T >
 WidgetRegistrator ()
 

Detailed Description

template<class T>
class core::pack::task::operation::ResLvlTaskOperationRegistrator< T >

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

Member Typedef Documentation

Constructor & Destructor Documentation


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