Name
dict_iter2 — To create an iterator object
Synopsis
#include "ecdict.h"
| void **dict_iter2** (
| a, | |
| | i)
; | |
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.
- 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.
This function returns void.
It is legal to call this function in any thread.
Was this page helpful?