RTI Connext .NET API (legacy)  Version 6.1.1

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

#include <managed_keyedstring.h>

Inherits UserRefSequence< KeyedString^>.

Public Member Functions

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

Detailed Description

Constructor & Destructor Documentation

◆ KeyedStringSeq() [1/3]

DDS::KeyedStringSeq::KeyedStringSeq ( )
inline

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

◆ KeyedStringSeq() [2/3]

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

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

◆ KeyedStringSeq() [3/3]

DDS::KeyedStringSeq::KeyedStringSeq ( KeyedStringSeq src)
inline

Copy constructor.