Class DynamicType

Inheritance Relationships

Derived Type

Class Documentation

class DynamicType

Subclassed by dds::core::xtypes::detail::CollectionType

Public Functions

inline const std::string &name() const noexcept
inline const TypeKind &kind() const noexcept
inline void name(const std::string &name)
inline void kind(const TypeKind &kind)
inline void annotation(xtypes::Annotation &a)
inline void annotation(const std::vector<xtypes::Annotation> &annotations)
template<typename AnnoIter>
inline void annotation(AnnoIter begin, AnnoIter end)
inline const std::vector<xtypes::Annotation> &annotations() const