#include <ListApps.h>
Public Types | |
typedef std::vector < ::app_manager::App_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::app_manager::App_ < ContainerAllocator > >::other > | _available_apps_type |
typedef std::vector < ::app_manager::App_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::app_manager::App_ < ContainerAllocator > >::other > | _running_apps_type |
typedef boost::shared_ptr < ::app_manager::ListAppsResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::ListAppsResponse_ < ContainerAllocator > > | Ptr |
typedef ListAppsResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
ListAppsResponse_ () | |
ListAppsResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::app_manager::App_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::app_manager::App_ < ContainerAllocator > >::other > | available_apps |
std::vector < ::app_manager::App_ < ContainerAllocator > , typename ContainerAllocator::template rebind< ::app_manager::App_ < ContainerAllocator > >::other > | running_apps |
Definition at line 51 of file ListApps.h.
typedef std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::_available_apps_type |
Definition at line 69 of file ListApps.h.
typedef std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::_running_apps_type |
Definition at line 66 of file ListApps.h.
typedef boost::shared_ptr< ::app_manager::ListAppsResponse_<ContainerAllocator> const> app_manager::ListAppsResponse_< ContainerAllocator >::ConstPtr |
Definition at line 74 of file ListApps.h.
typedef boost::shared_ptr< ::app_manager::ListAppsResponse_<ContainerAllocator> > app_manager::ListAppsResponse_< ContainerAllocator >::Ptr |
Definition at line 73 of file ListApps.h.
typedef ListAppsResponse_<ContainerAllocator> app_manager::ListAppsResponse_< ContainerAllocator >::Type |
Definition at line 52 of file ListApps.h.
app_manager::ListAppsResponse_< ContainerAllocator >::ListAppsResponse_ | ( | ) | [inline] |
Definition at line 54 of file ListApps.h.
app_manager::ListAppsResponse_< ContainerAllocator >::ListAppsResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 60 of file ListApps.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::ListAppsResponse_< ContainerAllocator >::__connection_header |
Definition at line 75 of file ListApps.h.
std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::available_apps |
Definition at line 70 of file ListApps.h.
std::vector< ::app_manager::App_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::app_manager::App_<ContainerAllocator> >::other > app_manager::ListAppsResponse_< ContainerAllocator >::running_apps |
Definition at line 67 of file ListApps.h.