#include <UninstallApp.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _message_type |
typedef uint8_t | _uninstalled_type |
typedef boost::shared_ptr < ::app_manager::UninstallAppResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::UninstallAppResponse_ < ContainerAllocator > > | Ptr |
typedef UninstallAppResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
UninstallAppResponse_ () | |
UninstallAppResponse_ (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 > | message |
uint8_t | uninstalled |
Definition at line 54 of file UninstallApp.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::UninstallAppResponse_< ContainerAllocator >::_message_type |
Definition at line 72 of file UninstallApp.h.
typedef uint8_t app_manager::UninstallAppResponse_< ContainerAllocator >::_uninstalled_type |
Definition at line 69 of file UninstallApp.h.
typedef boost::shared_ptr< ::app_manager::UninstallAppResponse_<ContainerAllocator> const> app_manager::UninstallAppResponse_< ContainerAllocator >::ConstPtr |
Definition at line 77 of file UninstallApp.h.
typedef boost::shared_ptr< ::app_manager::UninstallAppResponse_<ContainerAllocator> > app_manager::UninstallAppResponse_< ContainerAllocator >::Ptr |
Definition at line 76 of file UninstallApp.h.
typedef UninstallAppResponse_<ContainerAllocator> app_manager::UninstallAppResponse_< ContainerAllocator >::Type |
Definition at line 55 of file UninstallApp.h.
app_manager::UninstallAppResponse_< ContainerAllocator >::UninstallAppResponse_ | ( | ) | [inline] |
Definition at line 57 of file UninstallApp.h.
app_manager::UninstallAppResponse_< ContainerAllocator >::UninstallAppResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 63 of file UninstallApp.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::UninstallAppResponse_< ContainerAllocator >::__connection_header |
Definition at line 78 of file UninstallApp.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::UninstallAppResponse_< ContainerAllocator >::message |
Definition at line 73 of file UninstallApp.h.
uint8_t app_manager::UninstallAppResponse_< ContainerAllocator >::uninstalled |
Definition at line 70 of file UninstallApp.h.