![]() |
Rosetta Utilities
2014.16.56682
|
The FallbackConfigurationRegistrator class is a simple templated registration class that will, at construction, create a FallbackConfiguration and register it with the FallbackConfigurationFactory. More...
#include <FallbackConfigurationFactory.hh>
Public Types | |
| typedef utility::factory::WidgetRegistrator < FallbackConfigurationFactory, T > | parent |
Public Member Functions | |
| FallbackConfigurationRegistrator () | |
Public Member Functions inherited from utility::factory::WidgetRegistrator< FallbackConfigurationFactory, T > | |
| WidgetRegistrator () | |
The FallbackConfigurationRegistrator class is a simple templated registration class that will, at construction, create a FallbackConfiguration and register it with the FallbackConfigurationFactory.
Instances of the FallbackConfigurationRegistrator class should be added to the "init.cc" files of the libraries they belong to so that they will be constructed along the init(argv,argc) calling pathway at the very beginning of program execution.
| typedef utility::factory::WidgetRegistrator< FallbackConfigurationFactory, T > basic::resource_manager::FallbackConfigurationRegistrator< T >::parent |
|
inline |
1.8.7