1QBARRAY.H(3)               libqb Programmer's Manual              QBARRAY.H(3)
2
3
4

NAME

6       qbarray.h
7

SYNOPSIS

9       #include <qb/qbarray.h>
10

DESCRIPTION

12       This is a dynamic array (it can grow, but without moving memory).
13
14       Currently,  this  dynamic array abstract data type can accommodate only
15       2^ elements, and with standard zero-based indexing, this gives a  valid
16       index  range  [0,  ),  where  the notation denotes the beginning of the
17       interval is included and the end is excluded. In  other  words,  client
18       space shall avoid a pitfall of relying solely on the type of  parameter
19       to qb_array_create and/or of  parameter to qb_array_index (these  types
20       conflict, anyway).
21

SEE ALSO

23       qb_array_elems_per_bin_get(3), qb_array_new_bin_cb_set(3),
24       qb_array_create(3), qb_array_grow(3), qb_array_num_bins_get(3),
25       qb_array_index(3), qb_array_create_2(3), qb_array_free(3)
26
28       Copyright (C) 2010-2020 Red Hat, Inc. All rights reserved.
29
30
31
32LIBQB                             2020-07-30                      QBARRAY.H(3)
Impressum