|
RTI Connext .NET API (legacy)
Version 6.1.1
|
An ordered collection of DDS::DynamicData elements. More...
#include <managed_dynamicdata.h>
Inherits AbstractBuiltinTopicDataSeq< DynamicData^, DynamicDataProvider^>.
Public Member Functions | |
| DynamicDataSeq () | |
| Construct a new empty DDS::DynamicDataSeq. More... | |
| DynamicDataSeq (System::Int32 max) | |
| Construct a new empty DDS::DynamicDataSeq. More... | |
| DynamicDataSeq (Sequence< DynamicData^>^ src) | |
| Construct a new DDS::DynamicDataSeq containing the same elements as the given collection. More... | |
An ordered collection of DDS::DynamicData elements.
Instantiates DDS::Sequence < DDS::DynamicData > .
|
inline |
Construct a new empty DDS::DynamicDataSeq.
|
inline |
Construct a new empty DDS::DynamicDataSeq.
The new sequence will have the given maximum.
|
inline |
Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.