#include <StringString.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _str_type |
typedef boost::shared_ptr < ::roseus::StringStringResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::roseus::StringStringResponse_ < ContainerAllocator > > | Ptr |
typedef StringStringResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
StringStringResponse_ () | |
StringStringResponse_ (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 > | str |
Definition at line 53 of file StringString.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roseus::StringStringResponse_< ContainerAllocator >::_str_type |
Definition at line 66 of file StringString.h.
typedef boost::shared_ptr< ::roseus::StringStringResponse_<ContainerAllocator> const> roseus::StringStringResponse_< ContainerAllocator >::ConstPtr |
Definition at line 71 of file StringString.h.
typedef boost::shared_ptr< ::roseus::StringStringResponse_<ContainerAllocator> > roseus::StringStringResponse_< ContainerAllocator >::Ptr |
Definition at line 70 of file StringString.h.
typedef StringStringResponse_<ContainerAllocator> roseus::StringStringResponse_< ContainerAllocator >::Type |
Definition at line 54 of file StringString.h.
roseus::StringStringResponse_< ContainerAllocator >::StringStringResponse_ | ( | ) | [inline] |
Definition at line 56 of file StringString.h.
roseus::StringStringResponse_< ContainerAllocator >::StringStringResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 61 of file StringString.h.
boost::shared_ptr<std::map<std::string, std::string> > roseus::StringStringResponse_< ContainerAllocator >::__connection_header |
Definition at line 72 of file StringString.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roseus::StringStringResponse_< ContainerAllocator >::str |
Definition at line 67 of file StringString.h.