1 #ifndef OMG_DDS_T_TOPIC_MULTI_TOPIC_HPP_ 2 #define OMG_DDS_T_TOPIC_MULTI_TOPIC_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 #define OMG_DDS_IMPLICIT_REF_BASE(TYPE)
This class is the base for Topic, ContentFilteredTopic and MultiTopic.
A DomainParticipant represents the local membership of the application in a Domain.
#define OMG_DDS_REF_TYPE_PROTECTED_DC_T(TYPE, BASE, T_PARAM, DELEGATE)
std::vector< std::string > StringSeq