DDS::CharSeq Class Reference
[Built-in Sequences]

Instantiates DDS::Sequence < System::Char >. More...

#include <managed_infrastructure.h>

Inheritance diagram for DDS::CharSeq:

DDS::Sequence< System::Char >

List of all members.

Public Member Functions

 CharSeq ()
 Constructs an empty sequence of single-byte (serialized) characters with an initial maximum of zero.
 CharSeq (System::Int32 max)
 Constructs an empty sequence of single-byte (serialized) characters with the given initial maximum.
 CharSeq (CharSeq^ chars)
 Constructs a new sequence containing the given single-byte (serialized) characters.


Detailed Description

Instantiates DDS::Sequence < System::Char >.

Instantiates:
<<generic>> DDS::Sequence
See also:
System::Char

DDS::Sequence


Constructor & Destructor Documentation

DDS::CharSeq::CharSeq (  )  [inline]

Constructs an empty sequence of single-byte (serialized) characters with an initial maximum of zero.

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

Constructs an empty sequence of single-byte (serialized) characters with the given initial maximum.

DDS::CharSeq::CharSeq ( CharSeq^   chars  )  [inline]

Constructs a new sequence containing the given single-byte (serialized) characters.

Parameters:
chars the initial contents of this sequence


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