RTI Connext .NET API (legacy)  Version 6.1.1

Instantiates DDS::Sequence < DDS::KeyedBytes >. More...

#include <managed_keyedbytes.h>

Inherits UserRefSequence< KeyedBytes^>.

Public Member Functions

 KeyedBytesSeq ()
 Constructs an empty sequence of DDS::KeyedBytes objects with an initial maximum of zero. More...
 
 KeyedBytesSeq (System::Int32 initialMaximum)
 Constructs an empty sequence of DDS::KeyedBytes objects with the given initial maximum. More...
 
 KeyedBytesSeq (KeyedBytesSeq^ src)
 Copy constructor. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ KeyedBytesSeq() [1/3]

DDS::KeyedBytesSeq::KeyedBytesSeq ( )
inline

Constructs an empty sequence of DDS::KeyedBytes objects with an initial maximum of zero.

◆ KeyedBytesSeq() [2/3]

DDS::KeyedBytesSeq::KeyedBytesSeq ( System::Int32  initialMaximum)
inline

Constructs an empty sequence of DDS::KeyedBytes objects with the given initial maximum.

◆ KeyedBytesSeq() [3/3]

DDS::KeyedBytesSeq::KeyedBytesSeq ( KeyedBytesSeq src)
inline

Copy constructor.