|
RTI Connext .NET API (legacy)
Version 6.1.2
|
Instantiates DDS::Sequence < DDS::KeyedString > .
More...
#include <managed_keyedstring.h>
Inherits UserRefSequence< KeyedString^>.
Public Member Functions | |
| KeyedStringSeq () | |
| Constructs an empty sequence of DDS::KeyedString objects with an initial maximum of zero. More... | |
| KeyedStringSeq (System::Int32 initialMaximum) | |
| Constructs an empty sequence of DDS::KeyedString objects with the given initial maximum. More... | |
| KeyedStringSeq (KeyedStringSeq^ src) | |
| Copy constructor. More... | |
Instantiates DDS::Sequence < DDS::KeyedString > .
|
inline |
Constructs an empty sequence of DDS::KeyedString objects with an initial maximum of zero.
|
inline |
Constructs an empty sequence of DDS::KeyedString objects with the given initial maximum.
|
inline |
Copy constructor.