All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups Pages
Public Attributes | List of all members
sdf::ElementPrivate Class Reference

#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...
 
ElementWeakPtr parent
 Element's parent. More...
 
std::string referenceSDF
 Name of reference sdf. More...
 
std::string required
 True if element is required. More...
 
ParamPtr value
 

Member Data Documentation

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.

ElementWeakPtr sdf::ElementPrivate::parent

Element's parent.

std::string sdf::ElementPrivate::referenceSDF

Name of reference sdf.

std::string sdf::ElementPrivate::required

True if element is required.

ParamPtr sdf::ElementPrivate::value

The documentation for this class was generated from the following file: