1CK_BITMAP_ITERATOR_IN... BSD Library Functions Manual CK_BITMAP_ITERATOR_IN...
2

NAME

4     ck_bitmap_iterator_init — initialize bitmap iterator
5

LIBRARY

7     Concurrency Kit (libck, -lck)
8

SYNOPSIS

10     #include <ck_ht.h>
11
12     void
13     ck_bitmap_iterator_init(ck_bitmap_iterator_t *iterator,
14         ck_bitmap_t *bitmap);
15

DESCRIPTION

17     The ck_bitmap_iterator_init() function will initialize the object pointed
18     to by the iterator argument for use with bitmap.
19
20     An iterator is used to iterate through set bitmap bits with the
21     ck_bitmap_next(3) function.
22

RETURN VALUES

24     The ck_bitmap_iterator_init() function does not return a value.
25

ERRORS

27     This function will not fail.
28

SEE ALSO

30     ck_bitmap_base(3), ck_bitmap_size(3), ck_bitmap_init(3),
31     ck_bitmap_set(3), ck_bitmap_reset(3), ck_bitmap_clear(3),
32     ck_bitmap_bits(3), ck_bitmap_buffer(3), ck_bitmap_next(3)
33
34     Additional information available at http://concurrencykit.org/
35
36                                April 27, 2012
Impressum