7 #include "fwServices/IXMLParser.hpp" 40 SLM_ASSERT(
"ACH => still used ?", (*configEltIter)->getName() !=
"object" );
47 void IXMLParser::setObjectConfig( ::fwRuntime::ConfigurationElement::csptr _cfgElem )
54 void IXMLParser::createConfig( ::fwTools::Object::sptr _obj )
60 void IXMLParser::startConfig()
66 void IXMLParser::updateConfig()
72 void IXMLParser::stopConfig()
78 void IXMLParser::destroyConfig()
virtual FWSERVICES_API void starting() override
Does nothing.
Namespace fwServices is dedicated to (mimic) the dynamic affectation of methods to (pure data) object...
virtual FWSERVICES_API void updating() override
Parse the XML configuration.
#define SLM_ASSERT(message, cond)
work like 'assert' from 'cassert', with in addition a message logged by spylog (with FATAL loglevel) ...
virtual FWSERVICES_API void configuring() override
Does nothing.
FWSERVICES_API IXMLParser()
Constructor. Does nothing.
::fwRuntime::ConfigurationElement::sptr m_configuration
Configuration element used to configure service internal state using a generic XML like structure TOD...
virtual FWSERVICES_API void stopping() override
Does nothing.
virtual FWSERVICES_API ~IXMLParser()
Destructor. Does nothing.
Container::iterator Iterator
Defines the configuration element container type.