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


Public Types | |
| typedef utility::factory::WidgetRegistrator < SequenceFactory, T > | parent |
Public Member Functions | |
| SequenceRegistrator () | |
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.
| typedef utility::factory::WidgetRegistrator< SequenceFactory, T > core::sequence::SequenceRegistrator< T >::parent |
Definition at line 69 of file SequenceFactory.hh.
|
inline |
Definition at line 71 of file SequenceFactory.hh.
1.8.4