Skip to main content

NameDescription
dict_add_key_valueAdd the specified key/value pair
dict_blankCreate a new dictionary
dict_dropRemove the specified dictionary
dict_iterCreate a dictionary iterator
dict_iter2To create an iterator object
dict_iter2_freeFree the iterator object created by dict_iter2
dict_key_deleteRemove the specified key
dict_key_existsDetermine whether the specified key exists
dict_key_exists_and_fetchIf the specified key exists, retrieve its value
dict_nextFetch the next key/value pair
dict_serializeSerialize a dictionary, for writing to disk or network
dict_unserializeDeserialize a dictionary

An ECDict is an “ec_hash_table”.

Was this page helpful?