Public Attributes | List of all members
sdf::v9::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...
 
std::string originalVersion
 Spec version that this was originally parsed from. More...
 
ElementWeakPtr parent
 Element's parent. More...
 
std::string path
 Path to file where this element came from. More...
 
std::string referenceSDF
 Name of reference sdf. More...
 
std::string required
 True if element is required. More...
 
ParamPtr value
 

Member Data Documentation

◆ attributes

Param_V sdf::v9::ElementPrivate::attributes

◆ copyChildren

bool sdf::v9::ElementPrivate::copyChildren

True if element's children should be copied.

◆ description

std::string sdf::v9::ElementPrivate::description

Element description.

◆ elementDescriptions

ElementPtr_V sdf::v9::ElementPrivate::elementDescriptions

◆ elements

ElementPtr_V sdf::v9::ElementPrivate::elements

◆ includeFilename

std::string sdf::v9::ElementPrivate::includeFilename

name of the include file that was used to create this element

◆ name

std::string sdf::v9::ElementPrivate::name

Element name.

◆ originalVersion

std::string sdf::v9::ElementPrivate::originalVersion

Spec version that this was originally parsed from.

◆ parent

ElementWeakPtr sdf::v9::ElementPrivate::parent

Element's parent.

◆ path

std::string sdf::v9::ElementPrivate::path

Path to file where this element came from.

◆ referenceSDF

std::string sdf::v9::ElementPrivate::referenceSDF

Name of reference sdf.

◆ required

std::string sdf::v9::ElementPrivate::required

True if element is required.

◆ value

ParamPtr sdf::v9::ElementPrivate::value

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