strm_dict_t

The dictionary object type.

Synopsis:

#include <sys/strm.h>
 
typedef struct strm_dict strm_dict_t;

Since:

BlackBerry 10.0.0

Library:

libstrm (For the qcc command, use the -l mrndclient option to link against this library)

Description:

The structure strm_dict_t is a private data type representing a dictionary object.

Dictionaries cannot be modified; they can only be created and destroyed.

Distinct dictionary object handles may be represented by identical pointers. You should not compare handles. Regardless of how the handles are represented internally, you have to call strm_dict_destroy() separately for each handle to properly dispose of any resources associated with it.

Use the following functions to manipulate dictionary objects: