97 const char*
name() {
return m_name; }
104 ARCANE_DEPRECATED_260
const ServiceProperty& property()
const {
return m_service_property; }
126 void setNextService(ServiceRegisterer* s) { m_next = s; }
131 static ServiceRegisterer* firstService();
139 ModuleFactoryWithPropertyFunc m_module_factory_with_property_functor;
141 ServiceInfoWithPropertyCreateFunc m_info_function_with_property;
145 ServiceProperty m_service_property;
147 ModuleProperty m_module_property;
149 ServiceRegisterer* m_previous;
151 ServiceRegisterer* m_next;