ck_hs_iterator_init (3) Linux Manual Page
NAME
ck_hs_iterator_init – initialize hash set iterator
LIBRARY
Concurrency Kit (libck, -lck)
SYNOPSIS
In ck_hs.h
ck_hs_iterator_t iterator = CK_HS_ITERATOR_INITIALIZER
Ft void Fn ck_hs_iterator_init ck_hs_iterator_t *iterator
DESCRIPTION
The Fn ck_hs_iterator_init 3 function will initialize the object pointed to by the Fa iterator argument. Alternatively, an iterator may be statically initialized by assigning it to the CK_HS_ITERATOR_INITIALIZER value.
An iterator is used to iterate through hash set entries with the ck_hs_next3 function.
RETURN VALUES
Fn ck_hs_iterator_init 3 has no return value.
ERRORS
This function will not fail.
SEE ALSO
ck_hs_init3, ck_hs_move3, ck_hs_destroy3, CK_HS_HASH3, ck_hs_next3, ck_hs_get3, ck_hs_put3, ck_hs_put_unique3, ck_hs_set3, ck_hs_fas3, ck_hs_remove3, ck_hs_grow3, ck_hs_rebuild3, ck_hs_gc3, ck_hs_count3, ck_hs_reset3, ck_hs_reset_size3, ck_hs_stat3
Additional information available at http://concurrencykit.org/
