dict_iter2_free
Last updated March 2020
Name
dict_iter2_free — Free the iterator object created by dict_iter2
Synopsis
#include "ecdict.h"
| void **dict_iter2_free** (
| a, | |
| | i)
; | |
Description
Free an iterator created using dict_iter2.
Mainly used by LUA scripting.
- 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.
This function returns void.
It is legal to call this function in any thread.
Was this page helpful?