#include <RemoteAll.h>
Public Types | |
| typedef std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other >  | _blacklist_type | 
| typedef uint8_t | _cancel_type | 
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | _gateway_type | 
| typedef boost::shared_ptr < ::gateway_comms::RemoteAllRequest_ < ContainerAllocator > const >  | ConstPtr | 
| typedef boost::shared_ptr < ::gateway_comms::RemoteAllRequest_ < ContainerAllocator > >  | Ptr | 
| typedef RemoteAllRequest_ < ContainerAllocator >  | Type | 
Public Member Functions | |
| RemoteAllRequest_ () | |
| RemoteAllRequest_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| boost::shared_ptr< std::map < std::string, std::string > >  | __connection_header | 
| std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other >  | blacklist | 
| uint8_t | cancel | 
| std::basic_string< char,  std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | gateway | 
Definition at line 26 of file RemoteAll.h.
| typedef std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::RemoteAllRequest_< ContainerAllocator >::_blacklist_type | 
Definition at line 46 of file RemoteAll.h.
| typedef uint8_t gateway_comms::RemoteAllRequest_< ContainerAllocator >::_cancel_type | 
Definition at line 49 of file RemoteAll.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteAllRequest_< ContainerAllocator >::_gateway_type | 
Definition at line 43 of file RemoteAll.h.
| typedef boost::shared_ptr< ::gateway_comms::RemoteAllRequest_<ContainerAllocator> const> gateway_comms::RemoteAllRequest_< ContainerAllocator >::ConstPtr | 
Definition at line 54 of file RemoteAll.h.
| typedef boost::shared_ptr< ::gateway_comms::RemoteAllRequest_<ContainerAllocator> > gateway_comms::RemoteAllRequest_< ContainerAllocator >::Ptr | 
Definition at line 53 of file RemoteAll.h.
| typedef RemoteAllRequest_<ContainerAllocator> gateway_comms::RemoteAllRequest_< ContainerAllocator >::Type | 
Definition at line 27 of file RemoteAll.h.
| gateway_comms::RemoteAllRequest_< ContainerAllocator >::RemoteAllRequest_ | ( | ) |  [inline] | 
        
Definition at line 29 of file RemoteAll.h.
| gateway_comms::RemoteAllRequest_< ContainerAllocator >::RemoteAllRequest_ | ( | const ContainerAllocator & | _alloc | ) |  [inline] | 
        
Definition at line 36 of file RemoteAll.h.
| boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::RemoteAllRequest_< ContainerAllocator >::__connection_header | 
Definition at line 55 of file RemoteAll.h.
| std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::RemoteAllRequest_< ContainerAllocator >::blacklist | 
Definition at line 47 of file RemoteAll.h.
| uint8_t gateway_comms::RemoteAllRequest_< ContainerAllocator >::cancel | 
Definition at line 50 of file RemoteAll.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteAllRequest_< ContainerAllocator >::gateway | 
Definition at line 44 of file RemoteAll.h.