1 #ifndef OMG_DDS_T_TOPIC_MULTI_TOPIC_HPP_
2 #define OMG_DDS_T_TOPIC_MULTI_TOPIC_HPP_
24 #include <dds/core/detail/conformance.hpp>
33 #ifdef OMG_DDS_MULTI_TOPIC_SUPPORT
41 class MultiTopic :
public TopicDescription
48 template <
typename FWDIterator>
50 const std::string& name,
51 const std::string expression,
52 const FWDIterator& params_begin,
53 const FWDIterator& params_end);
55 virtual ~MultiTopic();
58 const std::string expression()
const;
60 template <
typename FWDIterator>
61 void expression_parameters(
const FWDIterator& params_begin,
62 const FWDIterator& params_end);
68 #endif // OMG_DDS_MULTI_TOPIC_SUPPORT