DDS::DynamicDataSeq Class Reference
[Dynamic Data]

An ordered collection of DDS::DynamicData elements. More...

#include <managed_dynamicdata.h>

List of all members.

Public Member Functions

 DynamicDataSeq ()
 Construct a new empty DDS::DynamicDataSeq.
 DynamicDataSeq (System::Int32 max)
 Construct a new empty DDS::DynamicDataSeq.
 DynamicDataSeq (Sequence< DynamicData^ >^src)
 Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.


Detailed Description

An ordered collection of DDS::DynamicData elements.

Instantiates DDS::Sequence < DDS::DynamicData > .

See also:
DDS::Sequence

DDS::DynamicData


Constructor & Destructor Documentation

DDS::DynamicDataSeq::DynamicDataSeq (  )  [inline]

Construct a new empty DDS::DynamicDataSeq.

DDS::DynamicDataSeq::DynamicDataSeq ( System::Int32  max  )  [inline]

Construct a new empty DDS::DynamicDataSeq.

The new sequence will have the given maximum.

See also:
DDS::Sequence::maximum

DDS::DynamicDataSeq::DynamicDataSeq ( Sequence< DynamicData^ >^  src  )  [inline]

Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc