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