Template Class TDynamicData

Inheritance Relationships

Base Type

Class Documentation

template<typename DELEGATE, typename DELEGATE_TYPE>
class TDynamicData : private dds::core::Reference<DELEGATE>

This class is used to read/write data for DynamicTypes. It allows reading and writing of samples in a type-safe manner but without any compile-time knowledge of the type being read or written.