Skip to main content

Name

dict_iter — Create a dictionary iterator

Synopsis

#include "ecdict.h"

| ECDict_Iterator **dict_iter** ( | a); |   |

ECDict <var class="pdparam">a</var>;

Description

Create a dictionary iterator.

Parameters

a

An ECDict is a typedef of an ec_hash_iter.

Return Value

Returns an ECDict_Iterator. This iterator is a typedef of an ec_hash_iter.

Threading

It is legal to call this function in any thread.

Was this page helpful?