#include <QuerySparQL.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _result_type |
typedef boost::shared_ptr < ::srs_knowledge::QuerySparQLResponse_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::QuerySparQLResponse_ < ContainerAllocator > > | Ptr |
typedef QuerySparQLResponse_ < ContainerAllocator > | Type |
Public Member Functions | |
QuerySparQLResponse_ () | |
QuerySparQLResponse_ (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 > | result |
Definition at line 53 of file QuerySparQL.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::_result_type |
Definition at line 66 of file QuerySparQL.h.
typedef boost::shared_ptr< ::srs_knowledge::QuerySparQLResponse_<ContainerAllocator> const> srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::ConstPtr |
Definition at line 71 of file QuerySparQL.h.
typedef boost::shared_ptr< ::srs_knowledge::QuerySparQLResponse_<ContainerAllocator> > srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::Ptr |
Definition at line 70 of file QuerySparQL.h.
typedef QuerySparQLResponse_<ContainerAllocator> srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::Type |
Definition at line 54 of file QuerySparQL.h.
srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::QuerySparQLResponse_ | ( | ) | [inline] |
Definition at line 56 of file QuerySparQL.h.
srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::QuerySparQLResponse_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 61 of file QuerySparQL.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::__connection_header |
Definition at line 72 of file QuerySparQL.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::QuerySparQLResponse_< ContainerAllocator >::result |
Definition at line 67 of file QuerySparQL.h.