#include <Services.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 > | _services_type |
typedef boost::shared_ptr < ::rosapi::ServicesResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::rosapi::ServicesResponse_ < ContainerAllocator > > | Ptr |
typedef ServicesResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
ServicesResponse_ () | |
ServicesResponse_ (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 > | services |
Definition at line 48 of file Services.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::ServicesResponse_< ContainerAllocator >::_services_type |
Definition at line 61 of file Services.h.
typedef boost::shared_ptr< ::rosapi::ServicesResponse_<ContainerAllocator> const> rosapi::ServicesResponse_< ContainerAllocator >::ConstPtr |
Definition at line 66 of file Services.h.
typedef boost::shared_ptr< ::rosapi::ServicesResponse_<ContainerAllocator> > rosapi::ServicesResponse_< ContainerAllocator >::Ptr |
Definition at line 65 of file Services.h.
typedef ServicesResponse_<ContainerAllocator> rosapi::ServicesResponse_< ContainerAllocator >::Type |
Definition at line 49 of file Services.h.
rosapi::ServicesResponse_< ContainerAllocator >::ServicesResponse_ | ( | ) | [inline] |
Definition at line 51 of file Services.h.
rosapi::ServicesResponse_< ContainerAllocator >::ServicesResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 56 of file Services.h.
boost::shared_ptr<std::map<std::string, std::string> > rosapi::ServicesResponse_< ContainerAllocator >::__connection_header |
Definition at line 67 of file Services.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::ServicesResponse_< ContainerAllocator >::services |
Definition at line 62 of file Services.h.