#include <ServiceProviders.h>
Public Types | |
typedef std::vector < std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | _providers_type |
typedef boost::shared_ptr < ::rosapi::ServiceProvidersResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::rosapi::ServiceProvidersResponse_ < ContainerAllocator > > | Ptr |
typedef ServiceProvidersResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
ServiceProvidersResponse_ () | |
ServiceProvidersResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > , typename ContainerAllocator::template rebind< std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > >::other > | providers |
Definition at line 53 of file ServiceProviders.h.
typedef std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > rosapi::ServiceProvidersResponse_< ContainerAllocator >::_providers_type |
Definition at line 66 of file ServiceProviders.h.
typedef boost::shared_ptr< ::rosapi::ServiceProvidersResponse_<ContainerAllocator> const> rosapi::ServiceProvidersResponse_< ContainerAllocator >::ConstPtr |
Definition at line 71 of file ServiceProviders.h.
typedef boost::shared_ptr< ::rosapi::ServiceProvidersResponse_<ContainerAllocator> > rosapi::ServiceProvidersResponse_< ContainerAllocator >::Ptr |
Definition at line 70 of file ServiceProviders.h.
typedef ServiceProvidersResponse_<ContainerAllocator> rosapi::ServiceProvidersResponse_< ContainerAllocator >::Type |
Definition at line 54 of file ServiceProviders.h.
rosapi::ServiceProvidersResponse_< ContainerAllocator >::ServiceProvidersResponse_ | ( | ) | [inline] |
Definition at line 56 of file ServiceProviders.h.
rosapi::ServiceProvidersResponse_< ContainerAllocator >::ServiceProvidersResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 61 of file ServiceProviders.h.
boost::shared_ptr<std::map<std::string, std::string> > rosapi::ServiceProvidersResponse_< ContainerAllocator >::__connection_header |
Definition at line 72 of file ServiceProviders.h.
std::vector<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > , typename ContainerAllocator::template rebind<std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > >::other > rosapi::ServiceProvidersResponse_< ContainerAllocator >::providers |
Definition at line 67 of file ServiceProviders.h.