strm_dict_size()

Return the number of entries in a dictionary.

Synopsis:

#include <sys/strm.h>
 
size_t strm_dict_size(const strm_dict_t *dict)

Since:

BlackBerry 10.0.0

Arguments:

dict

A dictionary object handle.

Library:

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

Description:

This function returns the number of entries in the specified dictionary.

Returns:

The number of entries in the specified dictionary.