Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
core::sequence::SequenceRegistrator< T > Class Template Reference

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

#include <SequenceFactory.hh>

Inheritance diagram for core::sequence::SequenceRegistrator< T >:
Inheritance graph
[legend]
Collaboration diagram for core::sequence::SequenceRegistrator< T >:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 SequenceRegistrator ()
 

Detailed Description

template<class T>
class core::sequence::SequenceRegistrator< T >

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

Definition at line 66 of file SequenceFactory.hh.

Member Typedef Documentation

Definition at line 69 of file SequenceFactory.hh.

Constructor & Destructor Documentation

template<class T >
core::sequence::SequenceRegistrator< T >::SequenceRegistrator ( )
inline

Definition at line 71 of file SequenceFactory.hh.


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