Name
dict_iter — Create a dictionary iterator
Synopsis
#include "ecdict.h"
| ECDict_Iterator **dict_iter** (
| a)
; | |
Description
Create a dictionary iterator.
- a
-
An ECDict is a typedef of an ec_hash_iter.
Returns an ECDict_Iterator. This iterator is a typedef of an ec_hash_iter.
It is legal to call this function in any thread.
Was this page helpful?