| 
    Cyclone ISO C++ API Reference Guide
    
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef OMG_DDS_SUB_TQUERY_CONDITION_HPP_ 
    2 #define OMG_DDS_SUB_TQUERY_CONDITION_HPP_ 
   22 #include <dds/core/detail/conformance.hpp> 
   23 #include <dds/sub/cond/detail/QueryCondition.hpp> 
   27 #ifdef OMG_DDS_CONTENT_SUBSCRIPTION_SUPPORT 
  118     template <
typename FUN>
 
  125     template <
typename FUN>
 
  147                     const std::vector<std::string>& params,
 
  187     template <
typename FUN>
 
  190                     const std::vector<std::string>& params,
 
  198     template <
typename FUN>
 
  201                     const std::vector<std::string>& params,
 
  283     template<
typename FWIterator>
 
  324 #endif  // OMG_DDS_CONTENT_SUBSCRIPTION_SUPPORT 
 
 
Query objects contain expressions that allow the application to specify a filter on the locally avail...
 
void parameters(const FWIterator &begin, const FWIterator end)
 
QueryCondition(const dds::sub::Query &query, const dds::sub::status::DataState &status)
 
const_iterator end() const
 
DELEGATE::iterator iterator
 
const dds::sub::AnyDataReader & data_reader() const
 
Class to hold sample DataState information.
 
DELEGATE::const_iterator const_iterator
 
void add_parameter(const std::string ¶m)
 
#define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
 
#define OMG_DDS_REF_TYPE_PROTECTED_DC(TYPE, BASE, DELEGATE)
 
ReadCondition objects are conditions specifically dedicated to read operations and attached to one Da...
 
const_iterator begin() const
 
uint32_t parameters_length() const
 
Typeless base class for the typed DataReader.
 
QueryCondition objects are specialized ReadCondition objects that allow the application to also speci...
 
const std::string & expression()