.\"  Automatically generated man page, do not edit
.TH QB_MAP_ITER_NEXT 3 2022-03-23 "LIBQB" "libqb Programmer's Manual"
.SH NAME
qb_map_iter_next \- Get the next item. 

.SH SYNOPSIS
.nf
.B #include <qb/qbmap.h>
.sp
\fBconst char * qb_map_iter_next\fP(
    \fBqb_map_iter_t   *\fP\fIi\fP,\fR /* the iterator */
    \fBvoid           **\fP\fIvalue\fP\fR    /* (out) the next item's value*/
);
.fi
.SH PARAMS
\fBi     \fP\fIthe iterator \fP
.PP
\fBvalue \fP\fI(out) the next item's value\fP
.PP
.SH DESCRIPTION
.RE
.SH RETURN VALUE
.PP
\fBthe        \fPnext key 
.PP
\fBNULL       \fP- the end of the iteration 
.PP
.SH SEE ALSO
.PP
.nh
.ad l
\fIqb_trie_dump\fR(3), \fIqb_map_iter_create\fR(3), \fIqb_skiplist_create\fR(3), \fIqb_map_notify_del\fR(3), \fIqb_map_put\fR(3), \fIqb_map_count_get\fR(3), \fIqb_map_foreach\fR(3), \fIqb_map_pref_iter_create\fR(3), \fIqb_map_get\fR(3), \fIqb_map_destroy\fR(3), \fIqb_hashtable_create\fR(3), \fIqb_map_iter_free\fR(3), \fIqb_map_notify_add\fR(3), \fIqb_trie_create\fR(3), \fIqb_map_notify_del_2\fR(3), \fIqb_map_rm\fR(3)
.ad
.hy
.SH "COPYRIGHT"
.PP
Copyright (C) 2010-2020 Red Hat, Inc.