#include <RemoteAll.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::RemoteAllResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::RemoteAllResponse_ < ContainerAllocator > > | Ptr |
typedef RemoteAllResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
RemoteAllResponse_ () | |
RemoteAllResponse_ (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 64 of file RemoteAll.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteAllResponse_< ContainerAllocator >::_error_message_type |
Definition at line 82 of file RemoteAll.h.
typedef int8_t gateway_comms::RemoteAllResponse_< ContainerAllocator >::_result_type |
Definition at line 79 of file RemoteAll.h.
typedef boost::shared_ptr< ::gateway_comms::RemoteAllResponse_<ContainerAllocator> const> gateway_comms::RemoteAllResponse_< ContainerAllocator >::ConstPtr |
Definition at line 87 of file RemoteAll.h.
typedef boost::shared_ptr< ::gateway_comms::RemoteAllResponse_<ContainerAllocator> > gateway_comms::RemoteAllResponse_< ContainerAllocator >::Ptr |
Definition at line 86 of file RemoteAll.h.
typedef RemoteAllResponse_<ContainerAllocator> gateway_comms::RemoteAllResponse_< ContainerAllocator >::Type |
Definition at line 65 of file RemoteAll.h.
gateway_comms::RemoteAllResponse_< ContainerAllocator >::RemoteAllResponse_ | ( | ) | [inline] |
Definition at line 67 of file RemoteAll.h.
gateway_comms::RemoteAllResponse_< ContainerAllocator >::RemoteAllResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 73 of file RemoteAll.h.
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::RemoteAllResponse_< ContainerAllocator >::__connection_header |
Definition at line 88 of file RemoteAll.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteAllResponse_< ContainerAllocator >::error_message |
Definition at line 83 of file RemoteAll.h.
int8_t gateway_comms::RemoteAllResponse_< ContainerAllocator >::result |
Definition at line 80 of file RemoteAll.h.