RTI Connext .NET API (legacy)  Version 6.1.1

Keyed string built-in type. More...

#include <managed_keyedstring.h>

Inheritance diagram for DDS::KeyedString:
DDS::ICopyable< KeyedString^>

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...
 

Detailed Description

Keyed string built-in type.

Constructor & Destructor Documentation

◆ KeyedString()

DDS::KeyedString::KeyedString ( )

Default Constructor.

The default constructor initializes the newly created object with empty key and value.

Member Function Documentation

◆ copy_from()

virtual System::Boolean DDS::KeyedString::copy_from ( KeyedString src)
virtual

Copy src into this object.

This method performs a deep copy of src.

Parameters
src<<in>> Object to copy from.
Returns
true if success. Otherwise, false.
Exceptions
ArgumentNullExceptionif src is null.

Reimplemented from DDS::ICopyable< KeyedString^>.

Member Data Documentation

◆ key

System::String ^ DDS::KeyedString::key

Instance key associated with the specified value.

Referenced by DDS::KeyedStringDataReader::get_key_value(), and DDS::KeyedStringDataReader::lookup_instance().

◆ value

System::String ^ DDS::KeyedString::value

String value.

Referenced by DDS::KeyedStringDataReader::lookup_instance().