1CK_RHS_ITERATOR_INIT(3)  BSD Library Functions Manual  CK_RHS_ITERATOR_INIT(3)
2

NAME

4     ck_rhs_iterator_init — initialize hash set iterator
5

LIBRARY

7     Concurrency Kit (libck, -lck)
8

SYNOPSIS

10     #include <ck_rhs.h>
11
12     ck_rhs_iterator_t iterator = CK_RHS_ITERATOR_INITIALIZER
13
14     void
15     ck_rhs_iterator_init(ck_rhs_iterator_t *iterator);
16

DESCRIPTION

18     The ck_rhs_iterator_init(3) function will initialize the object pointed
19     to by the iterator argument. Alternatively, an iterator may be statically
20     initialized by assigning it to the CK_RHS_ITERATOR_INITIALIZER value.
21
22     An iterator is used to iterate through hash set entries with the
23     ck_rhs_next(3) function.
24

RETURN VALUES

26     ck_rhs_iterator_init(3) has no return value.
27

ERRORS

29     This function will not fail.
30

SEE ALSO

32     ck_rhs_init(3), ck_rhs_move(3), ck_rhs_destroy(3), CK_RHS_HASH(3),
33     ck_rhs_next(3), ck_rhs_get(3), ck_rhs_put(3), ck_rhs_put_unique(3),
34     ck_rhs_set(3), ck_rhs_fas(3), ck_rhs_remove(3), ck_rhs_grow(3),
35     ck_rhs_rebuild(3), ck_rhs_gc(3), ck_rhs_count(3), ck_rhs_reset(3),
36     ck_rhs_reset_size(3), ck_rhs_stat(3)
37
38     Additional information available at http://concurrencykit.org/
39
40                              September 17, 2012
Impressum