#include <RemoteGateway.h>
Public Types | |
typedef uint8_t | _firewall_type |
typedef std::vector < ::gateway_comms::RemoteRule_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::gateway_comms::RemoteRule_ < ContainerAllocator > >::other > | _flipped_interface_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other > | _public_interface_type |
typedef std::vector < ::gateway_comms::RemoteRule_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::gateway_comms::RemoteRule_ < ContainerAllocator > >::other > | _pulled_interface_type |
typedef boost::shared_ptr < ::gateway_comms::RemoteGateway_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::gateway_comms::RemoteGateway_ < ContainerAllocator > > | Ptr |
typedef RemoteGateway_ < ContainerAllocator > | Type |
Public Member Functions | |
RemoteGateway_ () | |
RemoteGateway_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
uint8_t | firewall |
std::vector < ::gateway_comms::RemoteRule_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::gateway_comms::RemoteRule_ < ContainerAllocator > >::other > | flipped_interface |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
std::vector < ::gateway_comms::Rule_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_ < ContainerAllocator > >::other > | public_interface |
std::vector < ::gateway_comms::RemoteRule_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::gateway_comms::RemoteRule_ < ContainerAllocator > >::other > | pulled_interface |
Definition at line 24 of file RemoteGateway.h.
typedef uint8_t gateway_comms::RemoteGateway_< ContainerAllocator >::_firewall_type |
Definition at line 48 of file RemoteGateway.h.
typedef std::vector< ::gateway_comms::RemoteRule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::RemoteRule_<ContainerAllocator> >::other > gateway_comms::RemoteGateway_< ContainerAllocator >::_flipped_interface_type |
Definition at line 54 of file RemoteGateway.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteGateway_< ContainerAllocator >::_name_type |
Definition at line 45 of file RemoteGateway.h.
typedef std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::RemoteGateway_< ContainerAllocator >::_public_interface_type |
Definition at line 51 of file RemoteGateway.h.
typedef std::vector< ::gateway_comms::RemoteRule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::RemoteRule_<ContainerAllocator> >::other > gateway_comms::RemoteGateway_< ContainerAllocator >::_pulled_interface_type |
Definition at line 57 of file RemoteGateway.h.
typedef boost::shared_ptr< ::gateway_comms::RemoteGateway_<ContainerAllocator> const> gateway_comms::RemoteGateway_< ContainerAllocator >::ConstPtr |
Definition at line 62 of file RemoteGateway.h.
typedef boost::shared_ptr< ::gateway_comms::RemoteGateway_<ContainerAllocator> > gateway_comms::RemoteGateway_< ContainerAllocator >::Ptr |
Definition at line 61 of file RemoteGateway.h.
typedef RemoteGateway_<ContainerAllocator> gateway_comms::RemoteGateway_< ContainerAllocator >::Type |
Definition at line 25 of file RemoteGateway.h.
gateway_comms::RemoteGateway_< ContainerAllocator >::RemoteGateway_ | ( | ) | [inline] |
Definition at line 27 of file RemoteGateway.h.
gateway_comms::RemoteGateway_< ContainerAllocator >::RemoteGateway_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file RemoteGateway.h.
boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::RemoteGateway_< ContainerAllocator >::__connection_header |
Definition at line 63 of file RemoteGateway.h.
uint8_t gateway_comms::RemoteGateway_< ContainerAllocator >::firewall |
Definition at line 49 of file RemoteGateway.h.
std::vector< ::gateway_comms::RemoteRule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::RemoteRule_<ContainerAllocator> >::other > gateway_comms::RemoteGateway_< ContainerAllocator >::flipped_interface |
Definition at line 55 of file RemoteGateway.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::RemoteGateway_< ContainerAllocator >::name |
Definition at line 46 of file RemoteGateway.h.
std::vector< ::gateway_comms::Rule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::Rule_<ContainerAllocator> >::other > gateway_comms::RemoteGateway_< ContainerAllocator >::public_interface |
Definition at line 52 of file RemoteGateway.h.
std::vector< ::gateway_comms::RemoteRule_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::gateway_comms::RemoteRule_<ContainerAllocator> >::other > gateway_comms::RemoteGateway_< ContainerAllocator >::pulled_interface |
Definition at line 58 of file RemoteGateway.h.