jansson-d v0.9.5-dev (2021-07-11T06:00:11Z)
Home
Dub
Repo
hashtable_iter_set
jansson_d
hashtable
Set the value pointed by an iterator
package nothrow @
trusted
@
nogc
void
hashtable_iter_set
(
scope
void
*
iter
,
scope
jansson_d.jansson.json_t
*
value
)
Parameters
iter
void
*
The iterator
value
jansson_d
.
jansson
.
json_t
*
The value to set
Meta
Source
See Implementation
jansson_d
hashtable
aliases
bucket_t
hashtable_t
list_t
pair_t
functions
hashtable_clear
hashtable_close
hashtable_del
hashtable_get
hashtable_init
hashtable_iter
hashtable_iter_at
hashtable_iter_key
hashtable_iter_key_len
hashtable_iter_next
hashtable_iter_set
hashtable_iter_value
hashtable_set
manifest constants
INITIAL_HASHTABLE_ORDER
structs
hashtable
hashtable_bucket
hashtable_list
hashtable_pair
templates
hash_str
hashtable_key_to_iter
list_to_pair
ordered_list_to_pair
Set the value pointed by an iterator