RobWorkProject  23.9.11-
Classes | Static Public Member Functions | List of all members
XMLPropertyFormat Class Reference

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...
 

Detailed Description

Class storing the identifiers used for properties in the XML Path Format.

Member Function Documentation

◆ idProperty()

static const XMLCh* idProperty ( )
static

Identifier for rw::core::Property in the XML format.

Returns
the identifier.

◆ idPropertyDescription()

static const XMLCh* idPropertyDescription ( )
static

Identifier for the description of a rw::core::Property.

Returns
the identifier.

◆ idPropertyMap()

static const XMLCh* idPropertyMap ( )
static

Identifier for rw::core::PropertyMap in the XML format.

Returns
the identifier.

◆ idPropertyName()

static const XMLCh* idPropertyName ( )
static

Identifier for the name of a rw::core::Property.

Returns
the identifier.

◆ idPropertyType()

static const XMLCh* idPropertyType ( )
static

Identifier for the type of a rw::core::Property.

Returns
the identifier.

◆ idPropertyValue()

static const XMLCh* idPropertyValue ( )
static

Identifier for the value of a rw::core::Property.

Returns
the identifier.

◆ idPropertyValueList()

static const XMLCh* idPropertyValueList ( )
static

Get identifier for the value of a std::vector< PropertyValueBase::Ptr >.

Returns
the identifier.

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