#include <KeyValue.h>
Public Types | |
| typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _key_type |
| typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _value_type |
| typedef std::shared_ptr< ::diagnostic_msgs::KeyValue_< ContainerAllocator > const > | ConstPtr |
| typedef std::shared_ptr< ::diagnostic_msgs::KeyValue_< ContainerAllocator > > | Ptr |
| typedef KeyValue_< ContainerAllocator > | Type |
Public Member Functions | |
| KeyValue_ () | |
| KeyValue_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| _key_type | key |
| _value_type | value |
Definition at line 23 of file KeyValue.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > diagnostic_msgs::KeyValue_< ContainerAllocator >::_key_type |
Definition at line 39 of file KeyValue.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > diagnostic_msgs::KeyValue_< ContainerAllocator >::_value_type |
Definition at line 42 of file KeyValue.h.
| typedef std::shared_ptr< ::diagnostic_msgs::KeyValue_<ContainerAllocator> const> diagnostic_msgs::KeyValue_< ContainerAllocator >::ConstPtr |
Definition at line 49 of file KeyValue.h.
| typedef std::shared_ptr< ::diagnostic_msgs::KeyValue_<ContainerAllocator> > diagnostic_msgs::KeyValue_< ContainerAllocator >::Ptr |
Definition at line 48 of file KeyValue.h.
| typedef KeyValue_<ContainerAllocator> diagnostic_msgs::KeyValue_< ContainerAllocator >::Type |
Definition at line 25 of file KeyValue.h.
|
inline |
Definition at line 27 of file KeyValue.h.
|
inline |
Definition at line 31 of file KeyValue.h.
| _key_type diagnostic_msgs::KeyValue_< ContainerAllocator >::key |
Definition at line 40 of file KeyValue.h.
| _value_type diagnostic_msgs::KeyValue_< ContainerAllocator >::value |
Definition at line 43 of file KeyValue.h.