RTI Connext Traditional C++ API  Version 6.0.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
DDS_KeyedString Struct Reference

Keyed string built-in type. More...

Public Member Functions

 DDS_KeyedString ()
 Constructor.
 
 DDS_KeyedString (int key_size, int size)
 Constructor that specifies the allocated sizes.
 
 ~DDS_KeyedString ()
 Destructor.
 

Public Attributes

char * key
 Instance key associated with the specified value.
 
char * value
 String value.
 

Detailed Description

Keyed string built-in type.

Constructor & Destructor Documentation

DDS_KeyedString::DDS_KeyedString ( )
inline

Constructor.

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

DDS_KeyedString::DDS_KeyedString ( int  key_size,
int  size 
)
inline

Constructor that specifies the allocated sizes.

The allocated strings are initialized to empty ("").

If a memory allocation failure occurs, and the DDS_KeyedString structure is allocated but one or both strings inside of it cannot be, the unallocated string will be NULL.

Parameters
key_size<<in>> Size of the allocated key string (with NULL-terminated character).
size<<in>> Size of the allocated value string (with NULL-terminated character).
Returns
A new DDS_KeyedString or NULL if failure.

References DDS_String_alloc(), DDS_String_free(), key, and value.

DDS_KeyedString::~DDS_KeyedString ( )
inline

Destructor.

References DDS_String_free(), key, and value.

Member Data Documentation

char* DDS_KeyedString::key

Instance key associated with the specified value.

Referenced by DDS_KeyedString(), and ~DDS_KeyedString().

char* DDS_KeyedString::value

String value.

Referenced by DDS_KeyedString(), and ~DDS_KeyedString().


RTI Connext Traditional C++ API Version 6.0.1 Copyright © Sat Nov 23 2019 Real-Time Innovations, Inc