|
RTI Connext .NET API (legacy)
Version 6.1.0
|
Keyed string built-in type. More...
#include <managed_keyedstring.h>
Public Member Functions | |
| KeyedString () | |
| Default Constructor. More... | |
| virtual System::Boolean | copy_from (KeyedString^ src) |
| Copy src into this object. More... | |
Public Attributes | |
| System::String ^ | key |
| Instance key associated with the specified value. More... | |
| System::String ^ | value |
| String value. More... | |
Keyed string built-in type.
| DDS::KeyedString::KeyedString | ( | ) |
Default Constructor.
The default constructor initializes the newly created object with empty key and value.
|
virtual |
Copy src into this object.
This method performs a deep copy of src.
| src | <<in>> Object to copy from. |
| ArgumentNullException | if src is null. |
Reimplemented from DDS::ICopyable< KeyedString^>.
| System::String ^ DDS::KeyedString::key |
Instance key associated with the specified value.
Referenced by DDS::KeyedStringDataReader::get_key_value(), and DDS::KeyedStringDataReader::lookup_instance().
| System::String ^ DDS::KeyedString::value |
String value.
Referenced by DDS::KeyedStringDataReader::lookup_instance().