#include <TaskRequest.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _description_type |
typedef int32_t | _result_type |
typedef int32_t | _sessionId_type |
typedef boost::shared_ptr < ::srs_knowledge::TaskRequestResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::TaskRequestResponse_ < ContainerAllocator > > | Ptr |
typedef TaskRequestResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
TaskRequestResponse_ () | |
TaskRequestResponse_ (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 > | description |
int32_t | result |
int32_t | sessionId |
Definition at line 68 of file TaskRequest.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestResponse_< ContainerAllocator >::_description_type |
Definition at line 91 of file TaskRequest.h.
typedef int32_t srs_knowledge::TaskRequestResponse_< ContainerAllocator >::_result_type |
Definition at line 85 of file TaskRequest.h.
typedef int32_t srs_knowledge::TaskRequestResponse_< ContainerAllocator >::_sessionId_type |
Definition at line 88 of file TaskRequest.h.
typedef boost::shared_ptr< ::srs_knowledge::TaskRequestResponse_<ContainerAllocator> const> srs_knowledge::TaskRequestResponse_< ContainerAllocator >::ConstPtr |
Definition at line 96 of file TaskRequest.h.
typedef boost::shared_ptr< ::srs_knowledge::TaskRequestResponse_<ContainerAllocator> > srs_knowledge::TaskRequestResponse_< ContainerAllocator >::Ptr |
Definition at line 95 of file TaskRequest.h.
typedef TaskRequestResponse_<ContainerAllocator> srs_knowledge::TaskRequestResponse_< ContainerAllocator >::Type |
Definition at line 69 of file TaskRequest.h.
srs_knowledge::TaskRequestResponse_< ContainerAllocator >::TaskRequestResponse_ | ( | ) | [inline] |
Definition at line 71 of file TaskRequest.h.
srs_knowledge::TaskRequestResponse_< ContainerAllocator >::TaskRequestResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 78 of file TaskRequest.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::TaskRequestResponse_< ContainerAllocator >::__connection_header |
Definition at line 97 of file TaskRequest.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::TaskRequestResponse_< ContainerAllocator >::description |
Definition at line 92 of file TaskRequest.h.
int32_t srs_knowledge::TaskRequestResponse_< ContainerAllocator >::result |
Definition at line 86 of file TaskRequest.h.
int32_t srs_knowledge::TaskRequestResponse_< ContainerAllocator >::sessionId |
Definition at line 89 of file TaskRequest.h.