DDS::KeyedString Struct Reference
[KeyedString Built-in Type]

Keyed string built-in type. More...

#include <managed_keyedstring.h>

Inheritance diagram for DDS::KeyedString:

DDS::ICopyable< T >

List of all members.

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.


Detailed Description

Keyed string built-in type.

Constructor & Destructor Documentation

DDS::KeyedString::KeyedString (  ) 

Default Constructor.

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


Member Function Documentation

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:
ArgumentNullException if src is null.


Member Data Documentation

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

Instance key associated with the specified value.

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

String value.


RTI Data Distribution Service .Net APIs Version 4.5e Copyright © 23 Oct 2011 Real-Time Innovations, Inc