#include <Advertise.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 std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other > | _watchlist_type |
typedef boost::shared_ptr < ::gateway_comms::AdvertiseResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::AdvertiseResponse_ < ContainerAllocator > > | Ptr |
typedef AdvertiseResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
AdvertiseResponse_ () | |
AdvertiseResponse_ (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 |
std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other > | watchlist |
Definition at line 60 of file Advertise.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::AdvertiseResponse_< ContainerAllocator >::_error_message_type |
Definition at line 80 of file Advertise.h.
typedef int8_t gateway_comms::AdvertiseResponse_< ContainerAllocator >::_result_type |
Definition at line 77 of file Advertise.h.
typedef std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::AdvertiseResponse_< ContainerAllocator >::_watchlist_type |
Definition at line 83 of file Advertise.h.
typedef boost::shared_ptr< ::gateway_comms::AdvertiseResponse_<ContainerAllocator> const> gateway_comms::AdvertiseResponse_< ContainerAllocator >::ConstPtr |
Definition at line 88 of file Advertise.h.
typedef boost::shared_ptr< ::gateway_comms::AdvertiseResponse_<ContainerAllocator> > gateway_comms::AdvertiseResponse_< ContainerAllocator >::Ptr |
Definition at line 87 of file Advertise.h.
typedef AdvertiseResponse_<ContainerAllocator> gateway_comms::AdvertiseResponse_< ContainerAllocator >::Type |
Definition at line 61 of file Advertise.h.
gateway_comms::AdvertiseResponse_< ContainerAllocator >::AdvertiseResponse_ | ( | ) | [inline] |
Definition at line 63 of file Advertise.h.
gateway_comms::AdvertiseResponse_< ContainerAllocator >::AdvertiseResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 70 of file Advertise.h.
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::AdvertiseResponse_< ContainerAllocator >::__connection_header |
Definition at line 89 of file Advertise.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::AdvertiseResponse_< ContainerAllocator >::error_message |
Definition at line 81 of file Advertise.h.
int8_t gateway_comms::AdvertiseResponse_< ContainerAllocator >::result |
Definition at line 78 of file Advertise.h.
std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::AdvertiseResponse_< ContainerAllocator >::watchlist |
Definition at line 84 of file Advertise.h.