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

Instantiates DDS::Sequence < System::String > with value type semantics. More...

#include <managed_infrastructure.h>

Inherits DDS::StringWrapperSeq.

List of all members.

Public Member Functions

 StringSeq ()
 Constructs an empty sequence of strings with an initial maximum of zero.
 StringSeq (System::Int32 max)
 Constructs an empty sequence of strings with the given initial maximum.
 StringSeq (StringSeq^ strings)
 Constructs a new sequence containing the given strings.


Detailed Description

Instantiates DDS::Sequence < System::String > with value type semantics.

StringSeq is a sequence that contains strings.

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

Constructor & Destructor Documentation

DDS::StringSeq::StringSeq (  )  [inline]

Constructs an empty sequence of strings with an initial maximum of zero.

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

Constructs an empty sequence of strings with the given initial maximum.

DDS::StringSeq::StringSeq ( StringSeq^   strings  )  [inline]

Constructs a new sequence containing the given strings.

Parameters:
strings the initial contents of this sequence


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