#include <ConnectHub.h>
Public Types | |
| typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other >  | _uri_type | 
| typedef boost::shared_ptr < ::gateway_comms::ConnectHubRequest_ < ContainerAllocator > const >  | ConstPtr | 
| typedef boost::shared_ptr < ::gateway_comms::ConnectHubRequest_ < ContainerAllocator > >  | Ptr | 
| typedef ConnectHubRequest_ < ContainerAllocator >  | Type | 
Public Member Functions | |
| ConnectHubRequest_ () | |
| ConnectHubRequest_ (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 >  | uri | 
Definition at line 25 of file ConnectHub.h.
| typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::ConnectHubRequest_< ContainerAllocator >::_uri_type | 
Definition at line 38 of file ConnectHub.h.
| typedef boost::shared_ptr< ::gateway_comms::ConnectHubRequest_<ContainerAllocator> const> gateway_comms::ConnectHubRequest_< ContainerAllocator >::ConstPtr | 
Definition at line 43 of file ConnectHub.h.
| typedef boost::shared_ptr< ::gateway_comms::ConnectHubRequest_<ContainerAllocator> > gateway_comms::ConnectHubRequest_< ContainerAllocator >::Ptr | 
Definition at line 42 of file ConnectHub.h.
| typedef ConnectHubRequest_<ContainerAllocator> gateway_comms::ConnectHubRequest_< ContainerAllocator >::Type | 
Definition at line 26 of file ConnectHub.h.
| gateway_comms::ConnectHubRequest_< ContainerAllocator >::ConnectHubRequest_ | ( | ) |  [inline] | 
        
Definition at line 28 of file ConnectHub.h.
| gateway_comms::ConnectHubRequest_< ContainerAllocator >::ConnectHubRequest_ | ( | const ContainerAllocator & | _alloc | ) |  [inline] | 
        
Definition at line 33 of file ConnectHub.h.
| boost::shared_ptr<std::map<std::string, std::string> > gateway_comms::ConnectHubRequest_< ContainerAllocator >::__connection_header | 
Definition at line 44 of file ConnectHub.h.
| std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > gateway_comms::ConnectHubRequest_< ContainerAllocator >::uri | 
Definition at line 39 of file ConnectHub.h.