#include <Remote.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::RemoteResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::RemoteResponse_ < ContainerAllocator > > | Ptr |
typedef RemoteResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
RemoteResponse_ () | |
RemoteResponse_ (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 |
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteResponse_< ContainerAllocator >::_error_message_type |
typedef int8_t gateway_comms::RemoteResponse_< ContainerAllocator >::_result_type |
typedef boost::shared_ptr< ::gateway_comms::RemoteResponse_<ContainerAllocator> const> gateway_comms::RemoteResponse_< ContainerAllocator >::ConstPtr |
typedef boost::shared_ptr< ::gateway_comms::RemoteResponse_<ContainerAllocator> > gateway_comms::RemoteResponse_< ContainerAllocator >::Ptr |
typedef RemoteResponse_<ContainerAllocator> gateway_comms::RemoteResponse_< ContainerAllocator >::Type |
gateway_comms::RemoteResponse_< ContainerAllocator >::RemoteResponse_ | ( | ) | [inline] |
gateway_comms::RemoteResponse_< ContainerAllocator >::RemoteResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::RemoteResponse_< ContainerAllocator >::__connection_header |
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteResponse_< ContainerAllocator >::error_message |
int8_t gateway_comms::RemoteResponse_< ContainerAllocator >::result |