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