#include <AppInstallationState.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::AppInstallationState_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::AppInstallationState_ < ContainerAllocator > > | Ptr |
typedef AppInstallationState_ < ContainerAllocator > | Type |
Public Member Functions | |
AppInstallationState_ () | |
AppInstallationState_ (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 23 of file AppInstallationState.h.
typedef std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::AppInstallationState_< ContainerAllocator >::_available_apps_type |
Definition at line 41 of file AppInstallationState.h.
typedef std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::AppInstallationState_< ContainerAllocator >::_installed_apps_type |
Definition at line 38 of file AppInstallationState.h.
typedef boost::shared_ptr< ::app_manager::AppInstallationState_<ContainerAllocator> const> app_manager::AppInstallationState_< ContainerAllocator >::ConstPtr |
Definition at line 46 of file AppInstallationState.h.
typedef boost::shared_ptr< ::app_manager::AppInstallationState_<ContainerAllocator> > app_manager::AppInstallationState_< ContainerAllocator >::Ptr |
Definition at line 45 of file AppInstallationState.h.
typedef AppInstallationState_<ContainerAllocator> app_manager::AppInstallationState_< ContainerAllocator >::Type |
Definition at line 24 of file AppInstallationState.h.
app_manager::AppInstallationState_< ContainerAllocator >::AppInstallationState_ | ( | ) | [inline] |
Definition at line 26 of file AppInstallationState.h.
app_manager::AppInstallationState_< ContainerAllocator >::AppInstallationState_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 32 of file AppInstallationState.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::AppInstallationState_< ContainerAllocator >::__connection_header |
Definition at line 47 of file AppInstallationState.h.
std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::AppInstallationState_< ContainerAllocator >::available_apps |
Definition at line 42 of file AppInstallationState.h.
std::vector< ::app_manager::ExchangeApp_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::ExchangeApp_<ContainerAllocator> >::other > app_manager::AppInstallationState_< ContainerAllocator >::installed_apps |
Definition at line 39 of file AppInstallationState.h.