DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
UnionType.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_CORE_XTYPES_DETAIL_UNION_TYPE_HPP_
2 #define OMG_DDS_CORE_XTYPES_DETAIL_UNION_TYPE_HPP_
3 
4 namespace dds {
5  namespace core {
6  namespace xtypes {
7  namespace detail {
8  template <typename T>
9  class UnionType { };
10  }
11  }
12  }
13 }
14 
15 #endif /* OMG_DDS_CORE_XTYPES_DETAIL_UNION_TYPE_HPP_ */