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