#include <managed_keyedstring.h>
Public Member Functions | |
KeyedString () | |
Default Constructor. | |
virtual System::Boolean | copy_from (KeyedString^ src) |
Copy src into this object. | |
Public Attributes | |
System::String^ | key |
Instance key associated with the specified value. | |
System::String^ | value |
String value. |
DDS::KeyedString::KeyedString | ( | ) |
Default Constructor.
The default constructor initializes the newly created object with empty key and value.
virtual System::Boolean DDS::KeyedString::copy_from | ( | KeyedString^ | src | ) | [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. |
System::String ^ DDS::KeyedString::key |
Instance key associated with the specified value.
System::String ^ DDS::KeyedString::value |
String value.