DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
CollectionTypes.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_CORE_XTYPES_DETAIL_COLLECTION_TYPES_HPP_
2 #define OMG_DDS_CORE_XTYPES_DETAIL_COLLECTION_TYPES_HPP_
3 
4 
5 namespace dds {
6  namespace core {
7  namespace xtypes {
8  namespace detail {
9 
10  class CollectionType { };
11 
12  class MapType { };
13 
14  class SequenceType { };
15 
16  template <typename CHAR_T>
17  class StringType { };
18  }
19  }
20  }
21 }
22 
23 #endif /* OMG_DDS_CORE_XTYPES_DETAIL_COLLECTION_TYPES_HPP_ */