#include <GetInstallationState.h>
Public Types | |
typedef std::vector < ::app_manager::ExchangeApp_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::ExchangeApp_ < ContainerAllocator > >::other > | _available_apps_type |
typedef std::vector < ::app_manager::ExchangeApp_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::ExchangeApp_ < ContainerAllocator > >::other > | _installed_apps_type |
typedef boost::shared_ptr < ::app_manager::GetInstallationStateResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::GetInstallationStateResponse_ < ContainerAllocator > > | Ptr |
typedef GetInstallationStateResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
GetInstallationStateResponse_ () | |
GetInstallationStateResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::app_manager::ExchangeApp_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::ExchangeApp_ < ContainerAllocator > >::other > | available_apps |
std::vector < ::app_manager::ExchangeApp_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::app_manager::ExchangeApp_ < ContainerAllocator > >::other > | installed_apps |
Definition at line 55 of file GetInstallationState.h.
typedef std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::GetInstallationStateResponse_< ContainerAllocator >::_available_apps_type |
Definition at line 73 of file GetInstallationState.h.
typedef std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::GetInstallationStateResponse_< ContainerAllocator >::_installed_apps_type |
Definition at line 70 of file GetInstallationState.h.
typedef boost::shared_ptr< ::app_manager::GetInstallationStateResponse_<ContainerAllocator> const> app_manager::GetInstallationStateResponse_< ContainerAllocator >::ConstPtr |
Definition at line 78 of file GetInstallationState.h.
typedef boost::shared_ptr< ::app_manager::GetInstallationStateResponse_<ContainerAllocator> > app_manager::GetInstallationStateResponse_< ContainerAllocator >::Ptr |
Definition at line 77 of file GetInstallationState.h.
typedef GetInstallationStateResponse_<ContainerAllocator> app_manager::GetInstallationStateResponse_< ContainerAllocator >::Type |
Definition at line 56 of file GetInstallationState.h.
app_manager::GetInstallationStateResponse_< ContainerAllocator >::GetInstallationStateResponse_ | ( | ) | [inline] |
Definition at line 58 of file GetInstallationState.h.
app_manager::GetInstallationStateResponse_< ContainerAllocator >::GetInstallationStateResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 64 of file GetInstallationState.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::GetInstallationStateResponse_< ContainerAllocator >::__connection_header |
Definition at line 79 of file GetInstallationState.h.
std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::GetInstallationStateResponse_< ContainerAllocator >::available_apps |
Definition at line 74 of file GetInstallationState.h.
std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::GetInstallationStateResponse_< ContainerAllocator >::installed_apps |
Definition at line 71 of file GetInstallationState.h.