ck_bitmap_iterator_init (3) Linux Manual Page
ck_bitmap_iterator_init – initialize bitmap iterator
Library
Concurrency Kit (libck, -lck)Synopsis
In ck_ht.h Ft void Fn ck_bitmap_iterator_init ck_bitmap_iterator_t *iterator ck_bitmap_t *bitmap
Description
The Fn ck_bitmap_iterator_init function will initialize the object pointed to by the Fa iterator argument for use with Fa bitmap . An iterator is used to iterate through set bitmap bits with the ck_bitmap_next3 function.
Return Values
The Fn ck_bitmap_iterator_init function does not return a value.Errors
This function will not fail.See Also
ck_bitmap_base3, ck_bitmap_size3, ck_bitmap_init3, ck_bitmap_set3, ck_bitmap_reset3, ck_bitmap_clear3, ck_bitmap_bits3, ck_bitmap_buffer3, ck_bitmap_next3Additional information available at http://concurrencykit.org/
