#include <RemoteRule.h>
Public Types | |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | _gateway_type | 
| typedef ::gateway_comms::Rule_ < ContainerAllocator >  | _rule_type | 
| typedef boost::shared_ptr < ::gateway_comms::RemoteRule_ < ContainerAllocator > const >  | ConstPtr | 
| typedef boost::shared_ptr < ::gateway_comms::RemoteRule_ < ContainerAllocator > >  | Ptr | 
| typedef RemoteRule_ < ContainerAllocator >  | Type | 
Public Member Functions | |
| RemoteRule_ () | |
| RemoteRule_ (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 >  | gateway | 
| ::gateway_comms::Rule_ < ContainerAllocator >  | rule | 
Definition at line 22 of file RemoteRule.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteRule_< ContainerAllocator >::_gateway_type | 
Definition at line 37 of file RemoteRule.h.
| typedef ::gateway_comms::Rule_<ContainerAllocator> gateway_comms::RemoteRule_< ContainerAllocator >::_rule_type | 
Definition at line 40 of file RemoteRule.h.
| typedef boost::shared_ptr< ::gateway_comms::RemoteRule_<ContainerAllocator> const> gateway_comms::RemoteRule_< ContainerAllocator >::ConstPtr | 
Definition at line 45 of file RemoteRule.h.
| typedef boost::shared_ptr< ::gateway_comms::RemoteRule_<ContainerAllocator> > gateway_comms::RemoteRule_< ContainerAllocator >::Ptr | 
Definition at line 44 of file RemoteRule.h.
| typedef RemoteRule_<ContainerAllocator> gateway_comms::RemoteRule_< ContainerAllocator >::Type | 
Definition at line 23 of file RemoteRule.h.
| gateway_comms::RemoteRule_< ContainerAllocator >::RemoteRule_ | ( | ) |  [inline] | 
        
Definition at line 25 of file RemoteRule.h.
| gateway_comms::RemoteRule_< ContainerAllocator >::RemoteRule_ | ( | const ContainerAllocator & | _alloc | ) |  [inline] | 
        
Definition at line 31 of file RemoteRule.h.
| boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::RemoteRule_< ContainerAllocator >::__connection_header | 
Definition at line 46 of file RemoteRule.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteRule_< ContainerAllocator >::gateway | 
Definition at line 38 of file RemoteRule.h.
| ::gateway_comms::Rule_<ContainerAllocator> gateway_comms::RemoteRule_< ContainerAllocator >::rule | 
Definition at line 41 of file RemoteRule.h.