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_COLLECTION_TYPES_HPP_
2 #define OMG_DDS_CORE_XTYPES_COLLECTION_TYPES_HPP_
3 
6 
7 namespace dds {
8  namespace core {
9  namespace xtypes {
11 
13 
15 
16  template <typename CHAR_T, template <typename C> class DELEGATE = detail::StringType>
17  class TStringType;
18  }
19  }
20 }
21 
22 #endif /* OMG_DDS_CORE_XTYPES_COLLECTION_TYPES_HPP_ */