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