18 #ifndef OMG_DDS_CORE_XTYPES_T_COLLECTION_TYPES_HPP_ 19 #define OMG_DDS_CORE_XTYPES_T_COLLECTION_TYPES_HPP_ 39 template <
typename CHAR_T,
template <
typename C>
class DELEGATE>
65 MapType(
const DyanmicType& key_type,
const DynamicType& value_type);
69 MapType(
const DyanmicType& key_type,
const DynamicType& value_type, uint32_t
bounds);
71 const DyanmicType& key_type();
72 const DynamicType& value_type();
89 const DyanmicType& key_type()
const;
92 template <
typename CHAR_T,
template <
typename C>
class DELEGATE>