17 namespace Selector_Fopr_Wilson
26 Fopr *create_object_with_repr(
const std::string& repr)
38 bool register_factory()
41 init &= Fopr::Factory_noarg::Register(
"Wilson", create_object);
42 init &= Fopr::Factory_string::Register(
"Wilson", create_object_with_repr);
43 init &= Fopr::Factory_params::Register(
"Wilson", create_object_with_params);
48 #ifdef USE_FACTORY_AUTOREGISTER
50 bool init = register_factory();