#include <ConnectHub.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _error_message_type |
typedef int8_t | _result_type |
typedef boost::shared_ptr < ::gateway_comms::ConnectHubResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::ConnectHubResponse_ < ContainerAllocator > > | Ptr |
typedef ConnectHubResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
ConnectHubResponse_ () | |
ConnectHubResponse_ (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 > | error_message |
int8_t | result |
Definition at line 53 of file ConnectHub.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::ConnectHubResponse_< ContainerAllocator >::_error_message_type |
Definition at line 71 of file ConnectHub.h.
typedef int8_t gateway_comms::ConnectHubResponse_< ContainerAllocator >::_result_type |
Definition at line 68 of file ConnectHub.h.
typedef boost::shared_ptr< ::gateway_comms::ConnectHubResponse_<ContainerAllocator> const> gateway_comms::ConnectHubResponse_< ContainerAllocator >::ConstPtr |
Definition at line 76 of file ConnectHub.h.
typedef boost::shared_ptr< ::gateway_comms::ConnectHubResponse_<ContainerAllocator> > gateway_comms::ConnectHubResponse_< ContainerAllocator >::Ptr |
Definition at line 75 of file ConnectHub.h.
typedef ConnectHubResponse_<ContainerAllocator> gateway_comms::ConnectHubResponse_< ContainerAllocator >::Type |
Definition at line 54 of file ConnectHub.h.
gateway_comms::ConnectHubResponse_< ContainerAllocator >::ConnectHubResponse_ | ( | ) | [inline] |
Definition at line 56 of file ConnectHub.h.
gateway_comms::ConnectHubResponse_< ContainerAllocator >::ConnectHubResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 62 of file ConnectHub.h.
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::ConnectHubResponse_< ContainerAllocator >::__connection_header |
Definition at line 77 of file ConnectHub.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::ConnectHubResponse_< ContainerAllocator >::error_message |
Definition at line 72 of file ConnectHub.h.
int8_t gateway_comms::ConnectHubResponse_< ContainerAllocator >::result |
Definition at line 69 of file ConnectHub.h.