#include <RemoteGatewayInfo.h>
Public Types | |
typedef std::vector < ::gateway_comms::RemoteGateway_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::gateway_comms::RemoteGateway_ < ContainerAllocator > >::other > | _gateways_type |
typedef boost::shared_ptr < ::gateway_comms::RemoteGatewayInfoResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::RemoteGatewayInfoResponse_ < ContainerAllocator > > | Ptr |
typedef RemoteGatewayInfoResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
RemoteGatewayInfoResponse_ () | |
RemoteGatewayInfoResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::gateway_comms::RemoteGateway_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::gateway_comms::RemoteGateway_ < ContainerAllocator > >::other > | gateways |
Definition at line 54 of file RemoteGatewayInfo.h.
typedef std::vector< ::gateway_comms::RemoteGateway_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::RemoteGateway_<ContainerAllocator> >::other > gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::_gateways_type |
Definition at line 67 of file RemoteGatewayInfo.h.
typedef boost::shared_ptr< ::gateway_comms::RemoteGatewayInfoResponse_<ContainerAllocator> const> gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::ConstPtr |
Definition at line 72 of file RemoteGatewayInfo.h.
typedef boost::shared_ptr< ::gateway_comms::RemoteGatewayInfoResponse_<ContainerAllocator> > gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::Ptr |
Definition at line 71 of file RemoteGatewayInfo.h.
typedef RemoteGatewayInfoResponse_<ContainerAllocator> gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::Type |
Definition at line 55 of file RemoteGatewayInfo.h.
gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::RemoteGatewayInfoResponse_ | ( | ) | [inline] |
Definition at line 57 of file RemoteGatewayInfo.h.
gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::RemoteGatewayInfoResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 62 of file RemoteGatewayInfo.h.
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::__connection_header |
Definition at line 73 of file RemoteGatewayInfo.h.
std::vector< ::gateway_comms::RemoteGateway_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::RemoteGateway_<ContainerAllocator> >::other > gateway_comms::RemoteGatewayInfoResponse_< ContainerAllocator >::gateways |
Definition at line 68 of file RemoteGatewayInfo.h.