|
template<typename T > |
| Query (const dds::sub::DataReader< T > &dr, const std::string &query_expression) |
|
template<typename T , typename FWIterator > |
| Query (const dds::sub::DataReader< T > &dr, const std::string &query_expression, const FWIterator ¶ms_begin, const FWIterator ¶ms_end) |
|
template<typename T > |
| Query (const dds::sub::DataReader< T > &dr, const std::string &query_expression, const std::vector< std::string > ¶ms) |
|
void | add_parameter (const std::string ¶m) |
|
const_iterator | begin () const |
|
iterator | begin () |
|
const AnyDataReader & | data_reader () const |
|
const_iterator | end () const |
|
iterator | end () |
|
const std::string & | expression () const |
|
void | expression (const std::string &expr) |
|
template<typename FWIterator > |
void | parameters (const FWIterator &begin, const FWIterator end) |
|
uint32_t | parameters_length () const |
|
| Value (const ARG &arg) |
|
| Value (const ARG1 &arg1, const ARG2 &arg2) |
|
| Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3) |
|
| Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4) |
|
| Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4, const ARG5 &arg5) |
|
| Value (const ARG1 &arg1, const ARG2 &arg2, const ARG3 &arg3, const ARG4 &arg4, const ARG5 &arg5, const ARG6 &arg6) |
|
| ~Value () |
|
const detail::Query & | delegate () const |
|
detail::Query & | delegate () |
|
| operator const detail::Query & () const |
|
| operator detail::Query & () |
|
bool | operator!= (const Value &other) const |
|
const detail::Query * | operator-> () const |
|
detail::Query * | operator-> () |
|
Value & | operator= (const Value &other) |
|
bool | operator== (const Value &other) const |
|
Definition at line 38 of file Query.hpp.