#include <Application.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _depends_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _icon_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _provides_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _status_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _taskid_type |
typedef boost::shared_ptr < ::launchman::Application_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::launchman::Application_ < ContainerAllocator > > | Ptr |
typedef Application_ < ContainerAllocator > | Type |
Public Member Functions | |
Application_ () | |
Application_ (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 > | depends |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | icon |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | name |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | provides |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | status |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | taskid |
Definition at line 21 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_depends_type |
Definition at line 59 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_icon_type |
Definition at line 53 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_name_type |
Definition at line 47 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_provides_type |
Definition at line 56 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_status_type |
Definition at line 50 of file Application.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::_taskid_type |
Definition at line 44 of file Application.h.
typedef boost::shared_ptr< ::launchman::Application_<ContainerAllocator> const> launchman::Application_< ContainerAllocator >::ConstPtr |
Definition at line 64 of file Application.h.
typedef boost::shared_ptr< ::launchman::Application_<ContainerAllocator> > launchman::Application_< ContainerAllocator >::Ptr |
Definition at line 63 of file Application.h.
typedef Application_<ContainerAllocator> launchman::Application_< ContainerAllocator >::Type |
Definition at line 22 of file Application.h.
launchman::Application_< ContainerAllocator >::Application_ | ( | ) | [inline] |
Definition at line 24 of file Application.h.
launchman::Application_< ContainerAllocator >::Application_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file Application.h.
boost::shared_ptr<std::map<std::string, std::string> > launchman::Application_< ContainerAllocator >::__connection_header |
Definition at line 65 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::depends |
Definition at line 60 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::icon |
Definition at line 54 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::name |
Definition at line 48 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::provides |
Definition at line 57 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::status |
Definition at line 51 of file Application.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::Application_< ContainerAllocator >::taskid |
Definition at line 45 of file Application.h.