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

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

Detailed Description

Constructor & Destructor Documentation

DDS::KeyedBytesSeq::KeyedBytesSeq ( )
inline

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

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

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

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

Copy constructor.


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