ck_bitmap_iterator_init (3) - Linux Manuals

ck_bitmap_iterator_init: initialize bitmap iterator

NAME

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_next3

Additional information available at http://concurrencykit.org/