- 3.0.2 models module.
iit::ct_HyA::JointDataMap< T > Class Template Reference

#include <joint_data_map.h>

Public Member Functions

 JointDataMap ()
 
 JointDataMap (const T &defaultValue)
 
 JointDataMap (const JointDataMap &rhs)
 
JointDataMapoperator= (const JointDataMap &rhs)
 
JointDataMapoperator= (const T &rhs)
 
T & operator[] (JointIdentifiers which)
 
const T & operator[] (JointIdentifiers which) const
 

Detailed Description

template<typename T>
class iit::ct_HyA::JointDataMap< T >

A very simple container to associate a generic data item to each joint

Constructor & Destructor Documentation

◆ JointDataMap() [1/3]

◆ JointDataMap() [2/3]

template<typename T >
iit::ct_HyA::JointDataMap< T >::JointDataMap ( const T &  defaultValue)
inline

◆ JointDataMap() [3/3]

template<typename T >
iit::ct_HyA::JointDataMap< T >::JointDataMap ( const JointDataMap< T > &  rhs)
inline

Member Function Documentation

◆ operator=() [1/2]

template<typename T >
JointDataMap< T > & iit::ct_HyA::JointDataMap< T >::operator= ( const JointDataMap< T > &  rhs)
inline

◆ operator=() [2/2]

template<typename T >
JointDataMap< T > & iit::ct_HyA::JointDataMap< T >::operator= ( const T &  rhs)
inline

◆ operator[]() [1/2]

template<typename T >
T & iit::ct_HyA::JointDataMap< T >::operator[] ( JointIdentifiers  which)
inline

◆ operator[]() [2/2]

template<typename T >
const T & iit::ct_HyA::JointDataMap< T >::operator[] ( JointIdentifiers  which) const
inline

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