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