#include <Element.hh>
Public Attributes | |
| Param_V | attributes |
| bool | copyChildren |
| True if element's children should be copied. More... | |
| std::string | description |
| Element description. More... | |
| ElementPtr_V | elementDescriptions |
| ElementPtr_V | elements |
| std::string | includeFilename |
| name of the include file that was used to create this element More... | |
| std::string | name |
| Element name. More... | |
| ElementPtr | parent |
| Element's parent. More... | |
| std::string | required |
| True if element is required. More... | |
| ParamPtr | value |
| Param_V sdf::ElementPrivate::attributes |
| bool sdf::ElementPrivate::copyChildren |
True if element's children should be copied.
| std::string sdf::ElementPrivate::description |
Element description.
| ElementPtr_V sdf::ElementPrivate::elementDescriptions |
| ElementPtr_V sdf::ElementPrivate::elements |
| std::string sdf::ElementPrivate::includeFilename |
name of the include file that was used to create this element
| std::string sdf::ElementPrivate::name |
Element name.
| ElementPtr sdf::ElementPrivate::parent |
Element's parent.
| std::string sdf::ElementPrivate::required |
True if element is required.
| ParamPtr sdf::ElementPrivate::value |
Referenced by sdf::Element::Get(), and sdf::Element::Set().