DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
TTypeProvider.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_CORE_XTYPES_T_TYPE_PROVIDER_HPP_
2 #define OMG_DDS_CORE_XTYPES_T_TYPE_PROVIDER_HPP_
3 
5 
6 namespace dds {
7  namespace core {
8  namespace xtypes {
9 
10  template <typename DELEGATE>
12 
13  }
14  }
15 }
16 
20 template <typename DELEGATE>
22 public:
27  static DynamicType load_type(const std::string& uri);
28 
33  static std::vector<DynamicType> load_types(const std::string& uri);
34 
38  static DynamicType load_type(const std::string& uri, const std::string& name);
39 };
40 
41 
42 #endif /* OMG_DDS_CORE_XTYPES_T_TYPE_PROVIDER_HPP_ */