![]() |
RobWorkProject
25.2.11-
|
Class storing the identifiers used for properties in the XML Path Format. More...
#include <XMLPropertyFormat.hpp>
Classes | |
class | Initializer |
Utility class which initializes local static variables. More... | |
Static Public Member Functions | |
static const XMLCh * | idPropertyMap () |
Identifier for rw::core::PropertyMap in the XML format. More... | |
static const XMLCh * | idProperty () |
Identifier for rw::core::Property in the XML format. More... | |
static const XMLCh * | idPropertyName () |
Identifier for the name of a rw::core::Property. More... | |
static const XMLCh * | idPropertyDescription () |
Identifier for the description of a rw::core::Property. More... | |
static const XMLCh * | idPropertyType () |
Identifier for the type of a rw::core::Property. More... | |
static const XMLCh * | idPropertyValue () |
Identifier for the value of a rw::core::Property. More... | |
static const XMLCh * | idPropertyValueList () |
Get identifier for the value of a std::vector< PropertyValueBase::Ptr >. More... | |
Class storing the identifiers used for properties in the XML Path Format.
|
static |
Identifier for rw::core::Property in the XML format.
|
static |
Identifier for the description of a rw::core::Property.
|
static |
Identifier for rw::core::PropertyMap in the XML format.
|
static |
Identifier for the name of a rw::core::Property.
|
static |
Identifier for the type of a rw::core::Property.
|
static |
Identifier for the value of a rw::core::Property.
|
static |
Get identifier for the value of a std::vector< PropertyValueBase::Ptr >.