.\" Automatically generated man page, do not edit .TH QBARRAY.H 3 2020-10-31 "LIBQB" "libqb Programmer's Manual" .SH NAME qbarray.h \- This is a dynamic array (it can grow, but without moving memory). .SH SYNOPSIS .nf .B #include .SH DESCRIPTION .PP Currently, this dynamic array abstract data type can accommodate only 2^ elements, and with standard zero-based indexing, this gives a valid index range [0, ), where the notation denotes the beginning of the interval is included and the end is excluded. In other words, client space shall avoid a pitfall of relying solely on the type of parameter to \fIqb_array_create\fR and/or of parameter to \fIqb_array_index\fR (these types conflict, anyway). .SH SEE ALSO .PP .nh .ad l \fIqb_array_elems_per_bin_get\fR(3), \fIqb_array_new_bin_cb_set\fR(3), \fIqb_array_create\fR(3), \fIqb_array_grow\fR(3), \fIqb_array_num_bins_get\fR(3), \fIqb_array_index\fR(3), \fIqb_array_create_2\fR(3), \fIqb_array_free\fR(3) .ad .hy .SH "COPYRIGHT" .PP Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.