DDS::Sequence
< DDS::KeyedString > .
More...
#include <managed_keyedstring.h>
Public Member Functions | |
KeyedStringSeq () | |
Constructs an empty sequence of DDS::KeyedString objects with an initial maximum of zero. | |
KeyedStringSeq (System::Int32 initialMaximum) | |
Constructs an empty sequence of DDS::KeyedString objects with the given initial maximum. | |
KeyedStringSeq (KeyedStringSeq^ src) | |
Copy constructor. |
DDS::Sequence
< DDS::KeyedString > .
DDS::KeyedStringSeq::KeyedStringSeq | ( | ) | [inline] |
Constructs an empty sequence of DDS::KeyedString objects with an initial maximum of zero.
DDS::KeyedStringSeq::KeyedStringSeq | ( | System::Int32 | initialMaximum | ) | [inline] |
Constructs an empty sequence of DDS::KeyedString objects with the given initial maximum.
DDS::KeyedStringSeq::KeyedStringSeq | ( | KeyedStringSeq^ | src | ) | [inline] |
Copy constructor.