DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Filter.hpp
Go to the documentation of this file.
1 #ifndef DDS_TOPIC_DETAIL_QUERY_HPP_
2 #define DDS_TOPIC_DETAIL_QUERY_HPP_
3 
4 #include <vector>
5 #include <iterator>
6 
7 namespace dds { namespace topic { namespace detail {
8  class Filter;
9  // Vendors should provide implementation.
10 
11 } } }
12 #endif /* DDS_TOPIC_DETAIL_QUERY_HPP_ */