#include <StartTask.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _taskid_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _username_type |
typedef boost::shared_ptr < ::launchman::StartTaskRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::launchman::StartTaskRequest_ < ContainerAllocator > > | Ptr |
typedef StartTaskRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
StartTaskRequest_ () | |
StartTaskRequest_ (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 > | taskid |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | username |
Definition at line 25 of file StartTask.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::StartTaskRequest_< ContainerAllocator >::_taskid_type |
Definition at line 40 of file StartTask.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::StartTaskRequest_< ContainerAllocator >::_username_type |
Definition at line 43 of file StartTask.h.
typedef boost::shared_ptr< ::launchman::StartTaskRequest_<ContainerAllocator> const> launchman::StartTaskRequest_< ContainerAllocator >::ConstPtr |
Definition at line 48 of file StartTask.h.
typedef boost::shared_ptr< ::launchman::StartTaskRequest_<ContainerAllocator> > launchman::StartTaskRequest_< ContainerAllocator >::Ptr |
Definition at line 47 of file StartTask.h.
typedef StartTaskRequest_<ContainerAllocator> launchman::StartTaskRequest_< ContainerAllocator >::Type |
Definition at line 26 of file StartTask.h.
launchman::StartTaskRequest_< ContainerAllocator >::StartTaskRequest_ | ( | ) | [inline] |
Definition at line 28 of file StartTask.h.
launchman::StartTaskRequest_< ContainerAllocator >::StartTaskRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 34 of file StartTask.h.
boost::shared_ptr<std::map<std::string, std::string> > launchman::StartTaskRequest_< ContainerAllocator >::__connection_header |
Definition at line 49 of file StartTask.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::StartTaskRequest_< ContainerAllocator >::taskid |
Definition at line 41 of file StartTask.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > launchman::StartTaskRequest_< ContainerAllocator >::username |
Definition at line 44 of file StartTask.h.