#include <StatusUpdate.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _status_type |
typedef boost::shared_ptr < ::launchman::StatusUpdateResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::launchman::StatusUpdateResponse_ < ContainerAllocator > > | Ptr |
typedef StatusUpdateResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
StatusUpdateResponse_ () | |
StatusUpdateResponse_ (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 > | status |
Definition at line 49 of file StatusUpdate.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::StatusUpdateResponse_< ContainerAllocator >::_status_type |
Definition at line 62 of file StatusUpdate.h.
typedef boost::shared_ptr< ::launchman::StatusUpdateResponse_<ContainerAllocator> const> launchman::StatusUpdateResponse_< ContainerAllocator >::ConstPtr |
Definition at line 67 of file StatusUpdate.h.
typedef boost::shared_ptr< ::launchman::StatusUpdateResponse_<ContainerAllocator> > launchman::StatusUpdateResponse_< ContainerAllocator >::Ptr |
Definition at line 66 of file StatusUpdate.h.
typedef StatusUpdateResponse_<ContainerAllocator> launchman::StatusUpdateResponse_< ContainerAllocator >::Type |
Definition at line 50 of file StatusUpdate.h.
launchman::StatusUpdateResponse_< ContainerAllocator >::StatusUpdateResponse_ | ( | ) | [inline] |
Definition at line 52 of file StatusUpdate.h.
launchman::StatusUpdateResponse_< ContainerAllocator >::StatusUpdateResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 57 of file StatusUpdate.h.
boost::shared_ptr<std::map<std::string, std::string> > launchman::StatusUpdateResponse_< ContainerAllocator >::__connection_header |
Definition at line 68 of file StatusUpdate.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::StatusUpdateResponse_< ContainerAllocator >::status |
Definition at line 63 of file StatusUpdate.h.