Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_DDS_T_TOPIC_CONTENT_FILTERED_TOPIC_HPP_
2 #define OMG_DDS_T_TOPIC_CONTENT_FILTERED_TOPIC_HPP_
24 #include <dds/core/detail/conformance.hpp>
29 #ifdef OMG_DDS_CONTENT_SUBSCRIPTION_SUPPORT
143 template <typename FWDIterator>
158 #endif // OMG_DDS_CONTENT_SUBSCRIPTION_SUPPORT
ContentFilteredTopic is a specialization of TopicDescription that allows for content-based subscripti...
const std::string & filter_expression() const
const dds::core::StringSeq filter_parameters() const
const dds::topic::Topic< T > & topic() const
#define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
Filter objects contain SQL expressions that allow the application to specify a filter on the locally ...
#define OMG_DDS_REF_TYPE_PROTECTED_DC_T(TYPE, BASE, T_PARAM, DELEGATE)
std::vector< std::string > StringSeq
ContentFilteredTopic(const Topic< T > &topic, const std::string &name, const dds::topic::Filter &filter)
Topic is the most basic description of the data to be published and subscribed.
const std::string & name() const
This class is the base for Topic, ContentFilteredTopic and MultiTopic.