18 namespace Selector_Fopr_Wilson_eo
27 Fopr *create_object_with_repr(
const std::string& repr)
39 bool register_factory()
42 init &= Fopr::Factory_noarg::Register(
"Wilson_eo", create_object);
43 init &= Fopr::Factory_string::Register(
"Wilson_eo", create_object_with_repr);
44 init &= Fopr::Factory_params::Register(
"Wilson_eo", create_object_with_params);
49 #ifdef USE_FACTORY_AUTOREGISTER
51 bool init = register_factory();