Skip to main content

Name

dict_iter2 — To create an iterator object

Synopsis

#include "ecdict.h"

| void **dict_iter2** ( | a, |   | |   | i); |   |

ECDict <var class="pdparam">a</var>; ECDict_Iterator ** <var class="pdparam">i</var>;

Description

**Configuration Change. ** This feature is available starting from Momentum 3.1.

Create a dictionary iterator. This API is mainly used by LUA scripting.

To free this object, use dict_iter2_free.

Parameters

a

An ECDict is a typedef of an ec_hash_table.

i

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

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?