Attribute.hpp
Go to the documentation of this file.
Attribute(const std::string &_name="", const std::string &_value="")
Constructor.
virtual const std::string & getName() const
get the current name of the Attribute
Definition: Attribute.hpp:46
Abstract interface on all attributes elements.
Definition: AttributeList.hpp:17
virtual void setName(const std::string &_name)
set the name of the attribute
Definition: Attribute.hpp:39