Rosetta
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>

Inheritance diagram for core::pack::task::operation::ResLvlTaskOperationRegistrator< T >:
Inheritance graph
[legend]

Public Types

typedef utility::factory::WidgetRegistrator< ResLvlTaskOperationFactory, Tparent
 

Public Member Functions

 ResLvlTaskOperationRegistrator ()
 

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

◆ parent

Constructor & Destructor Documentation

◆ ResLvlTaskOperationRegistrator()


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