DDS::Sequence
< System::Boolean >.
More...
#include <managed_infrastructure.h>
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. |
DDS::Sequence
< System::Boolean >.
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.
booleans | the initial contents of this sequence |