Skip to main content

Name

dict_iter2_free — Free the iterator object created by dict_iter2

Synopsis

#include "ecdict.h"

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

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

Description

Free an iterator created using dict_iter2.

Mainly used by LUA scripting.

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.

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

Return Value

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?