RTI Connext Modern C++ API  Version 6.1.0
rti::core::ContentFilterProperty Class Reference

<<extension>> <<value-type>> Provides all the required information to enable content filtering. More...

#include <ContentFilterProperty.hpp>

Public Member Functions

optional_string content_filter_topic_name () const
 Name of the ContentFilteredTopic associated with the DataReader. More...
 
dds::core::StringSeq expression_parameters () const
 The ContentFilteredTopic filter parameters. More...
 
optional_string filter_class_name () const
 Identifies the filter class this filter belongs to. More...
 
optional_string filter_expression () const
 The filter expression. More...
 
optional_string related_topic_name () const
 The name of the ContentFilteredTopic's related Topic. More...
 

Detailed Description

<<extension>> <<value-type>> Provides all the required information to enable content filtering.

Member Function Documentation

◆ content_filter_topic_name()

optional_string rti::core::ContentFilterProperty::content_filter_topic_name ( ) const
inline

Name of the ContentFilteredTopic associated with the DataReader.

◆ expression_parameters()

dds::core::StringSeq rti::core::ContentFilterProperty::expression_parameters ( ) const
inline

The ContentFilteredTopic filter parameters.

◆ filter_class_name()

optional_string rti::core::ContentFilterProperty::filter_class_name ( ) const
inline

Identifies the filter class this filter belongs to.

◆ filter_expression()

optional_string rti::core::ContentFilterProperty::filter_expression ( ) const
inline

The filter expression.

◆ related_topic_name()

optional_string rti::core::ContentFilterProperty::related_topic_name ( ) const
inline

The name of the ContentFilteredTopic's related Topic.