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