37 |
37 |
38 If you just want to add one single element to an existing array, you can use the macro `cx_array_add()`. |
38 If you just want to add one single element to an existing array, you can use the macro `cx_array_add()`. |
39 You can use `CX_ARRAY_DECLARE()` to declare the necessary fields within a structure and then use the |
39 You can use `CX_ARRAY_DECLARE()` to declare the necessary fields within a structure and then use the |
40 `cx_array_simple_*()` convenience macros to reduce code overhead. |
40 `cx_array_simple_*()` convenience macros to reduce code overhead. |
41 The convenience macros automatically determine the width of the size/capacity variables. |
41 The convenience macros automatically determine the width of the size/capacity variables. |
|
42 |
|
43 ## Undocumented Symbols (TODO) |
|
44 ### cx_array_binary_search |
|
45 ### cx_array_binary_search_inf |
|
46 ### cx_array_binary_search_sup |
|
47 ### cx_array_copy |
|
48 ### cx_array_default_reallocator |
|
49 ### cx_array_default_reallocator_impl |
|
50 ### cx_array_insert_sorted |
|
51 ### cxArrayListCreate |
|
52 ### cx_array_reallocator |
|
53 ### cx_array_reserve |
|
54 ### cx_array_swap |
|
55 ### cx_array_swap_sbo_size |