#include <DynamicData.hpp>
List of all members.
Detailed Description
template<typename DELEGATE>
class tdds::type::dynamic::DynamicData< DELEGATE >
Definition at line 33 of file DynamicData.hpp.
Member Function Documentation
| void clear_all_values |
( |
|
) |
|
| void clear_nonkey_values |
( |
|
) |
|
Implementations shall minimally provide specializations for all DDS primitive types, strings, wide strings, and DynamicData.
Implementations shall minimally provide specializations for all DDS primitive types, strings, wide strings, and DynamicData.
Implementations shall minimally provide specializations of T for all DDS primitive types, strings, wide strings, and DynamicData.
T_RNDA_ITER is a random-access iterator over elements of type T. However, implementations shall not modify the values within the range [begin, end).
Implementations shall minimally provide specializations of T for all DDS primitive types, strings, wide strings, and DynamicData.
T_FWD_ITER is a forward iterator over elements of type T.
As an input, element_count indicates the maximum number of elements of the collection to retrieve into the provided iterator. As an output, it indicates the number of elements in the collection, regardless of how many were retrieved. By comparing the input and output values of this argument, applications can detect overflow and underflow conditions.
The documentation for this class was generated from the following file: