#include <QuerySparQL.h>
Public Types | |
typedef std::basic_string < char, std::char_traits< char > , typename ContainerAllocator::template rebind< char >::other > | _query_type |
typedef boost::shared_ptr < ::srs_knowledge::QuerySparQLRequest_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::srs_knowledge::QuerySparQLRequest_ < ContainerAllocator > > | Ptr |
typedef QuerySparQLRequest_ < ContainerAllocator > | Type |
Public Member Functions | |
QuerySparQLRequest_ () | |
QuerySparQLRequest_ (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 > | query |
Definition at line 25 of file QuerySparQL.h.
typedef std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::_query_type |
Definition at line 38 of file QuerySparQL.h.
typedef boost::shared_ptr< ::srs_knowledge::QuerySparQLRequest_<ContainerAllocator> const> srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::ConstPtr |
Definition at line 43 of file QuerySparQL.h.
typedef boost::shared_ptr< ::srs_knowledge::QuerySparQLRequest_<ContainerAllocator> > srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::Ptr |
Definition at line 42 of file QuerySparQL.h.
typedef QuerySparQLRequest_<ContainerAllocator> srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::Type |
Definition at line 26 of file QuerySparQL.h.
srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::QuerySparQLRequest_ | ( | ) | [inline] |
Definition at line 28 of file QuerySparQL.h.
srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::QuerySparQLRequest_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 33 of file QuerySparQL.h.
boost::shared_ptr<std::map<std::string, std::string> > srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::__connection_header |
Definition at line 44 of file QuerySparQL.h.
std::basic_string<char, std::char_traits<char>, typename ContainerAllocator::template rebind<char>::other > srs_knowledge::QuerySparQLRequest_< ContainerAllocator >::query |
Definition at line 39 of file QuerySparQL.h.