#include <InstallApp.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef boost::shared_ptr < ::app_manager::InstallAppRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::InstallAppRequest_ < ContainerAllocator > > | Ptr |
typedef InstallAppRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
InstallAppRequest_ () | |
InstallAppRequest_ (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 > | name |
Definition at line 25 of file InstallApp.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::InstallAppRequest_< ContainerAllocator >::_name_type |
Definition at line 38 of file InstallApp.h.
typedef boost::shared_ptr< ::app_manager::InstallAppRequest_<ContainerAllocator> const> app_manager::InstallAppRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file InstallApp.h.
typedef boost::shared_ptr< ::app_manager::InstallAppRequest_<ContainerAllocator> > app_manager::InstallAppRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file InstallApp.h.
typedef InstallAppRequest_<ContainerAllocator> app_manager::InstallAppRequest_< ContainerAllocator >::Type |
Definition at line 26 of file InstallApp.h.
app_manager::InstallAppRequest_< ContainerAllocator >::InstallAppRequest_ | ( | ) | [inline] |
Definition at line 28 of file InstallApp.h.
app_manager::InstallAppRequest_< ContainerAllocator >::InstallAppRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file InstallApp.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::InstallAppRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file InstallApp.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::InstallAppRequest_< ContainerAllocator >::name |
Definition at line 39 of file InstallApp.h.