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

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

#include <managed_infrastructure.h>

Inheritance diagram for DDS::BooleanSeq:

DDS::Sequence< System::Boolean >

List of all members.

Public Member Functions

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


Detailed Description

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

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

DDS::Sequence


Constructor & Destructor Documentation

DDS::BooleanSeq::BooleanSeq (  )  [inline]

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

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

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

DDS::BooleanSeq::BooleanSeq ( BooleanSeq^   booleans  )  [inline]

Constructs a new sequence containing the given booleans.

Parameters:
booleans the initial contents of this sequence


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