7 #include "fwRuntime/EConfigurationElement.hpp" 9 #include "fwRuntime/Bundle.hpp" 27 EConfigurationElement::sptr cfg = EConfigurationElement::New(name);
41 void EConfigurationElement::setAttributeValue(
const std::string& name,
const std::string& value) noexcept
48 void EConfigurationElement::setValue(
const std::string& value) noexcept
FWRUNTIME_API void addConfigurationElement(std::shared_ptr< ConfigurationElement > element)
Adds a new configuration element to the extension.
FWRUNTIME_API void setValue(const std::string &value) noexcept
Sets the value of the configuration element it-self.
Defines the configuration element class.
virtual FWRUNTIME_API ~EConfigurationElement()
Destructor : does nothing.
The namespace fwRuntime contains classes to manage bundle, configuration element, extension point in ...
FWRUNTIME_API EConfigurationElement(const std::string &name)
Constructor.
FWRUNTIME_API void setAttributeValue(const std::string &name, const std::string &value) noexcept
Sets an attribute with the specified name and value.
FWRUNTIME_API EConfigurationElement::sptr addConfigurationElement(const std::string &name)
Create and add a configuration element.
Defines the bundle class.