#include <TaskRequest.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _content_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _json_parameters_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _task_type |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _userPose_type |
typedef boost::shared_ptr < ::srs_knowledge::TaskRequestRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::TaskRequestRequest_ < ContainerAllocator > > | Ptr |
typedef TaskRequestRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
TaskRequestRequest_ () | |
TaskRequestRequest_ (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 > | content |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | json_parameters |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | task |
std::basic_string< char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | userPose |
Definition at line 25 of file TaskRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::_content_type |
Definition at line 47 of file TaskRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::_json_parameters_type |
Definition at line 50 of file TaskRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::_task_type |
Definition at line 44 of file TaskRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::_userPose_type |
Definition at line 53 of file TaskRequest.h.
typedef boost::shared_ptr< ::srs_knowledge::TaskRequestRequest_<ContainerAllocator> const> srs_knowledge::TaskRequestRequest_< ContainerAllocator >::ConstPtr |
Definition at line 58 of file TaskRequest.h.
typedef boost::shared_ptr< ::srs_knowledge::TaskRequestRequest_<ContainerAllocator> > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::Ptr |
Definition at line 57 of file TaskRequest.h.
typedef TaskRequestRequest_<ContainerAllocator> srs_knowledge::TaskRequestRequest_< ContainerAllocator >::Type |
Definition at line 26 of file TaskRequest.h.
srs_knowledge::TaskRequestRequest_< ContainerAllocator >::TaskRequestRequest_ | ( | ) | [inline] |
Definition at line 28 of file TaskRequest.h.
srs_knowledge::TaskRequestRequest_< ContainerAllocator >::TaskRequestRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 36 of file TaskRequest.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::__connection_header |
Definition at line 59 of file TaskRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::content |
Definition at line 48 of file TaskRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::json_parameters |
Definition at line 51 of file TaskRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::task |
Definition at line 45 of file TaskRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestRequest_< ContainerAllocator >::userPose |
Definition at line 54 of file TaskRequest.h.