#include <AppStatus.h>
Public Types | |
typedef std::vector < ::launchman::Application_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::launchman::Application_ < ContainerAllocator > >::other > | _active_type |
typedef boost::shared_ptr < ::launchman::AppStatus_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::launchman::AppStatus_ < ContainerAllocator > > | Ptr |
typedef AppStatus_ < ContainerAllocator > | Type |
Public Member Functions | |
AppStatus_ () | |
AppStatus_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
std::vector < ::launchman::Application_ < ContainerAllocator > , typename ContainerAllocator::template rebind < ::launchman::Application_ < ContainerAllocator > >::other > | active |
Definition at line 22 of file AppStatus.h.
typedef std::vector< ::launchman::Application_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::launchman::Application_<ContainerAllocator> >::other > launchman::AppStatus_< ContainerAllocator >::_active_type |
Definition at line 35 of file AppStatus.h.
typedef boost::shared_ptr< ::launchman::AppStatus_<ContainerAllocator> const> launchman::AppStatus_< ContainerAllocator >::ConstPtr |
Definition at line 40 of file AppStatus.h.
typedef boost::shared_ptr< ::launchman::AppStatus_<ContainerAllocator> > launchman::AppStatus_< ContainerAllocator >::Ptr |
Definition at line 39 of file AppStatus.h.
typedef AppStatus_<ContainerAllocator> launchman::AppStatus_< ContainerAllocator >::Type |
Definition at line 23 of file AppStatus.h.
launchman::AppStatus_< ContainerAllocator >::AppStatus_ | ( | ) | [inline] |
Definition at line 25 of file AppStatus.h.
launchman::AppStatus_< ContainerAllocator >::AppStatus_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file AppStatus.h.
boost::shared_ptr<std::map<std::string, std::string> > launchman::AppStatus_< ContainerAllocator >::__connection_header |
Definition at line 41 of file AppStatus.h.
std::vector< ::launchman::Application_<ContainerAllocator> , typename ContainerAllocator::template rebind< ::launchman::Application_<ContainerAllocator> >::other > launchman::AppStatus_< ContainerAllocator >::active |
Definition at line 36 of file AppStatus.h.