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