RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::KeyedStringSeq Class Reference

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.
 
 KeyedStringSeq (System::Int32 initialMaximum)
 Constructs an empty sequence of DDS::KeyedString objects with the given initial maximum.
 
 KeyedStringSeq (KeyedStringSeq^ src)
 Copy constructor.
 

Detailed Description

Constructor & Destructor Documentation

DDS::KeyedStringSeq::KeyedStringSeq ( )
inline

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

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

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

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

Copy constructor.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc