#include <JointConstraint.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _type_type |
typedef ::brics_actuator::JointValue_ < ContainerAllocator > | _value_type |
typedef boost::shared_ptr < ::brics_actuator::JointConstraint_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::brics_actuator::JointConstraint_ < ContainerAllocator > > | Ptr |
typedef JointConstraint_ < ContainerAllocator > | Type |
Public Member Functions | |
JointConstraint_ () | |
JointConstraint_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | type |
::brics_actuator::JointValue_ < ContainerAllocator > | value |
Definition at line 22 of file JointConstraint.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > brics_actuator::JointConstraint_< ContainerAllocator >::_type_type |
Definition at line 37 of file JointConstraint.h.
typedef ::brics_actuator::JointValue_<ContainerAllocator> brics_actuator::JointConstraint_< ContainerAllocator >::_value_type |
Definition at line 40 of file JointConstraint.h.
typedef boost::shared_ptr< ::brics_actuator::JointConstraint_<ContainerAllocator> const> brics_actuator::JointConstraint_< ContainerAllocator >::ConstPtr |
Definition at line 45 of file JointConstraint.h.
typedef boost::shared_ptr< ::brics_actuator::JointConstraint_<ContainerAllocator> > brics_actuator::JointConstraint_< ContainerAllocator >::Ptr |
Definition at line 44 of file JointConstraint.h.
typedef JointConstraint_<ContainerAllocator> brics_actuator::JointConstraint_< ContainerAllocator >::Type |
Definition at line 23 of file JointConstraint.h.
brics_actuator::JointConstraint_< ContainerAllocator >::JointConstraint_ | ( | ) | [inline] |
Definition at line 25 of file JointConstraint.h.
brics_actuator::JointConstraint_< ContainerAllocator >::JointConstraint_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 31 of file JointConstraint.h.
boost::shared_ptr<std::map<std::string, std::string> > brics_actuator::JointConstraint_< ContainerAllocator >::__connection_header |
Definition at line 46 of file JointConstraint.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > brics_actuator::JointConstraint_< ContainerAllocator >::type |
Definition at line 38 of file JointConstraint.h.
::brics_actuator::JointValue_<ContainerAllocator> brics_actuator::JointConstraint_< ContainerAllocator >::value |
Definition at line 41 of file JointConstraint.h.