AddAttribute(const std::string &_key, const std::string &_type, const std::string &_defaultvalue, bool _required, const std::string &_description="") | sdf::SDF_VERSION_NAMESPACE::Element | |
AddAttribute(const std::string &_key, const std::string &_type, const std::string &_defaultvalue, bool _required, sdf::Errors &_errors, const std::string &_description="") | sdf::SDF_VERSION_NAMESPACE::Element | |
AddElement(const std::string &_name) | sdf::SDF_VERSION_NAMESPACE::Element | |
AddElement(const std::string &_name, sdf::Errors &_errors) | sdf::SDF_VERSION_NAMESPACE::Element | |
AddElementDescription(ElementPtr _elem) | sdf::SDF_VERSION_NAMESPACE::Element | |
AddValue(const std::string &_type, const std::string &_defaultValue, bool _required, const std::string &_description="") | sdf::SDF_VERSION_NAMESPACE::Element | |
AddValue(const std::string &_type, const std::string &_defaultValue, bool _required, sdf::Errors &_errors, const std::string &_description="") | sdf::SDF_VERSION_NAMESPACE::Element | |
AddValue(const std::string &_type, const std::string &_defaultValue, bool _required, const std::string &_minValue, const std::string &_maxValue, const std::string &_description="") | sdf::SDF_VERSION_NAMESPACE::Element | |
AddValue(const std::string &_type, const std::string &_defaultValue, bool _required, const std::string &_minValue, const std::string &_maxValue, sdf::Errors &_errors, const std::string &_description="") | sdf::SDF_VERSION_NAMESPACE::Element | |
Clear() | sdf::SDF_VERSION_NAMESPACE::Element | |
ClearElements() | sdf::SDF_VERSION_NAMESPACE::Element | |
Clone() const | sdf::SDF_VERSION_NAMESPACE::Element | |
Clone(sdf::Errors &_errors) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Copy(const ElementPtr _elem) | sdf::SDF_VERSION_NAMESPACE::Element | |
Copy(const ElementPtr _elem, sdf::Errors &_errors) | sdf::SDF_VERSION_NAMESPACE::Element | |
CountNamedElements(const std::string &_type="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
CountNamedElements(sdf::Errors &_errors, const std::string &_type="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
CountNamedElements(const std::string &_type, const std::vector< std::string > &_ignoreElements) const | sdf::SDF_VERSION_NAMESPACE::Element | |
CountNamedElements(sdf::Errors &_errors, const std::string &_type, const std::vector< std::string > &_ignoreElements) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Element() | sdf::SDF_VERSION_NAMESPACE::Element | |
FilePath() const | sdf::SDF_VERSION_NAMESPACE::Element | |
FindElement(const std::string &_name) | sdf::SDF_VERSION_NAMESPACE::Element | |
FindElement(const std::string &_name) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Get(sdf::Errors &_errors, const std::string &_key="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
Get(const std::string &_key="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
Get(sdf::Errors &_errors, const std::string &_key, const T &_defaultValue) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Get(const std::string &_key, const T &_defaultValue) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Get(const std::string &_key, T &_param, const T &_defaultValue) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Get(sdf::Errors &_errors, const std::string &_key, T &_param, const T &_defaultValue) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAny(const std::string &_key="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAny(sdf::Errors &_errors, const std::string &_key="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAttribute(const std::string &_key) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAttribute(unsigned int _index) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAttributeCount() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAttributes() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetAttributeSet(const std::string &_key) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetCopyChildren() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetDescription() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElement(const std::string &_name) | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElement(const std::string &_name, sdf::Errors &_errors) | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElementDescription(unsigned int _index) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElementDescription(const std::string &_key) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElementDescriptionCount() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElementImpl(const std::string &_name) const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetElementTypeNames() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetExplicitlySetInFile() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetFirstElement() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetIncludeElement() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetName() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetNextElement(const std::string &_name="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetParent() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetRequired() const | sdf::SDF_VERSION_NAMESPACE::Element | |
GetValue() const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasAttribute(const std::string &_key) const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasElement(const std::string &_name) const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasElementDescription(const std::string &_name) const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasUniqueChildNames(const std::string &_type="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasUniqueChildNames(sdf::Errors &_errors, const std::string &_type="") const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasUniqueChildNames(const std::string &_type, const std::vector< std::string > &_ignoreElements) const | sdf::SDF_VERSION_NAMESPACE::Element | |
HasUniqueChildNames(sdf::Errors &_errors, const std::string &_type, const std::vector< std::string > &_ignoreElements) const | sdf::SDF_VERSION_NAMESPACE::Element | |
InsertElement(ElementPtr _elem) | sdf::SDF_VERSION_NAMESPACE::Element | |
InsertElement(ElementPtr _elem, bool _setParentToSelf) | sdf::SDF_VERSION_NAMESPACE::Element | |
LineNumber() const | sdf::SDF_VERSION_NAMESPACE::Element | |
NameUniquenessExceptions() | sdf::SDF_VERSION_NAMESPACE::Element | static |
OriginalVersion() const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintDescription(const std::string &_prefix) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintDescription(sdf::Errors &_errors, const std::string &_prefix) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintDocLeftPane(std::string &_html, int _spacing, int &_index) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintDocRightPane(std::string &_html, int _spacing, int &_index) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintValues(std::string _prefix, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintValues(sdf::Errors &_errors, std::string _prefix, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintValues(const std::string &_prefix, bool _includeDefaultElements, bool _includeDefaultAttributes, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
PrintValues(sdf::Errors &_errors, const std::string &_prefix, bool _includeDefaultElements, bool _includeDefaultAttributes, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
ReferenceSDF() const | sdf::SDF_VERSION_NAMESPACE::Element | |
RemoveAllAttributes() | sdf::SDF_VERSION_NAMESPACE::Element | |
RemoveAttribute(const std::string &_key) | sdf::SDF_VERSION_NAMESPACE::Element | |
RemoveChild(ElementPtr _child) | sdf::SDF_VERSION_NAMESPACE::Element | |
RemoveChild(ElementPtr _child, sdf::Errors &_errors) | sdf::SDF_VERSION_NAMESPACE::Element | |
RemoveFromParent() | sdf::SDF_VERSION_NAMESPACE::Element | |
Reset() | sdf::SDF_VERSION_NAMESPACE::Element | |
Set(const T &_value) | sdf::SDF_VERSION_NAMESPACE::Element | |
Set(sdf::Errors &_errors, const T &_value) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetCopyChildren(bool _value) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetDescription(const std::string &_desc) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetExplicitlySetInFile(const bool _value) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetFilePath(const std::string &_path) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetIncludeElement(sdf::ElementPtr _includeElem) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetLineNumber(int _lineNumber) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetName(const std::string &_name) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetOriginalVersion(const std::string &_version) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetParent(const ElementPtr _parent) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetReferenceSDF(const std::string &_value) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetRequired(const std::string &_req) | sdf::SDF_VERSION_NAMESPACE::Element | |
SetXmlPath(const std::string &_path) | sdf::SDF_VERSION_NAMESPACE::Element | |
ToString(const std::string &_prefix, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
ToString(sdf::Errors &_errors, const std::string &_prefix, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
ToString(const std::string &_prefix, bool _includeDefaultElements, bool _includeDefaultAttributes, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
ToString(sdf::Errors &_errors, const std::string &_prefix, bool _includeDefaultElements, bool _includeDefaultAttributes, const PrintConfig &_config=PrintConfig()) const | sdf::SDF_VERSION_NAMESPACE::Element | |
Update() | sdf::SDF_VERSION_NAMESPACE::Element | |
Update(sdf::Errors &_errors) | sdf::SDF_VERSION_NAMESPACE::Element | |
XmlPath() const | sdf::SDF_VERSION_NAMESPACE::Element | |
~Element() | sdf::SDF_VERSION_NAMESPACE::Element | virtual |