#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::StringStringRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::roseus::StringStringRequest_ < ContainerAllocator > > | Ptr |
typedef StringStringRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
StringStringRequest_ () | |
StringStringRequest_ (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 25 of file StringString.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roseus::StringStringRequest_< ContainerAllocator >::_str_type |
Definition at line 38 of file StringString.h.
typedef boost::shared_ptr< ::roseus::StringStringRequest_<ContainerAllocator> const> roseus::StringStringRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file StringString.h.
typedef boost::shared_ptr< ::roseus::StringStringRequest_<ContainerAllocator> > roseus::StringStringRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file StringString.h.
typedef StringStringRequest_<ContainerAllocator> roseus::StringStringRequest_< ContainerAllocator >::Type |
Definition at line 26 of file StringString.h.
roseus::StringStringRequest_< ContainerAllocator >::StringStringRequest_ | ( | ) | [inline] |
Definition at line 28 of file StringString.h.
roseus::StringStringRequest_< ContainerAllocator >::StringStringRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file StringString.h.
boost::shared_ptr<std::map<std::string, std::string> > roseus::StringStringRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file StringString.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > roseus::StringStringRequest_< ContainerAllocator >::str |
Definition at line 39 of file StringString.h.