#include <StartApp.h>
Public Types | |
typedef int32_t | _error_code_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _message_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _namespace_type |
typedef uint8_t | _started_type |
typedef boost::shared_ptr < ::app_manager::StartAppResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::app_manager::StartAppResponse_ < ContainerAllocator > > | Ptr |
typedef StartAppResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
StartAppResponse_ () | |
StartAppResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
int32_t | error_code |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | message |
uint8_t | started |
Definition at line 53 of file StartApp.h.
typedef int32_t app_manager::StartAppResponse_< ContainerAllocator >::_error_code_type |
Definition at line 75 of file StartApp.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::StartAppResponse_< ContainerAllocator >::_message_type |
Definition at line 78 of file StartApp.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::StartAppResponse_< ContainerAllocator >::_namespace_type |
Definition at line 81 of file StartApp.h.
typedef uint8_t app_manager::StartAppResponse_< ContainerAllocator >::_started_type |
Definition at line 72 of file StartApp.h.
typedef boost::shared_ptr< ::app_manager::StartAppResponse_<ContainerAllocator> const> app_manager::StartAppResponse_< ContainerAllocator >::ConstPtr |
Definition at line 86 of file StartApp.h.
typedef boost::shared_ptr< ::app_manager::StartAppResponse_<ContainerAllocator> > app_manager::StartAppResponse_< ContainerAllocator >::Ptr |
Definition at line 82 of file StartApp.h.
typedef StartAppResponse_<ContainerAllocator> app_manager::StartAppResponse_< ContainerAllocator >::Type |
Definition at line 54 of file StartApp.h.
app_manager::StartAppResponse_< ContainerAllocator >::StartAppResponse_ | ( | ) | [inline] |
Definition at line 56 of file StartApp.h.
app_manager::StartAppResponse_< ContainerAllocator >::StartAppResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 64 of file StartApp.h.
boost::shared_ptr<std::map<std::string, std::string> > app_manager::StartAppResponse_< ContainerAllocator >::__connection_header |
Definition at line 87 of file StartApp.h.
int32_t app_manager::StartAppResponse_< ContainerAllocator >::error_code |
Definition at line 76 of file StartApp.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > app_manager::StartAppResponse_< ContainerAllocator >::message |
Definition at line 79 of file StartApp.h.
uint8_t app_manager::StartAppResponse_< ContainerAllocator >::started |
Definition at line 73 of file StartApp.h.