strm_dict_size()

Return the number of entries in a dictionary

Synopsis:

#include <strm.h>

size_t strm_dict_size( const strm_dict_t *dict );

Arguments:

dict
A dictionary object handle.

Library:

libstrm

Description:

The function strm_dict_size() returns the number of entries in the specified dictionary.

Returns:

The number of entries in the specified dictionary.

Classification:

QNX Neutrino

Safety:  
Interrupt handler No
Signal handler No
Thread Yes