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

Class storing the identifiers used for properties. More...

#include <DOMPropertyMapFormat.hpp>

Classes

class  Initializer
 Utility class which initializes local static variables. More...
 

Static Public Member Functions

static const std::string & idPropertyMap ()
 Get identifier for rw::core::PropertyMap. More...
 
static const std::string & idProperty ()
 Get identifier for rw::core::Property. More...
 
static const std::string & idPropertyName ()
 Get identifier for the name of a rw::core::Property. More...
 
static const std::string & idPropertyDescription ()
 Get identifier for the description of a rw::core::Property. More...
 
static const std::string & idPropertyValue ()
 Get identifier for the value of a rw::core::Property. More...
 
static const std::string & idPropertyValueList ()
 Get identifier for the value of a std::vector< PropertyValueBase::Ptr >. More...
 

Detailed Description

Class storing the identifiers used for properties.

Member Function Documentation

◆ idProperty()

static const std::string& idProperty ( )
static

Get identifier for rw::core::Property.

Returns
the identifier.

◆ idPropertyDescription()

static const std::string& idPropertyDescription ( )
static

Get identifier for the description of a rw::core::Property.

Returns
the identifier.

◆ idPropertyMap()

static const std::string& idPropertyMap ( )
static

Get identifier for rw::core::PropertyMap.

Returns
the identifier.

◆ idPropertyName()

static const std::string& idPropertyName ( )
static

Get identifier for the name of a rw::core::Property.

Returns
the identifier.

◆ idPropertyValue()

static const std::string& idPropertyValue ( )
static

Get identifier for the value of a rw::core::Property.

Returns
the identifier.

◆ idPropertyValueList()

static const std::string& 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: