Pointer Array Functions
Last updated March 2020
Name | Description |
---|---|
ec_ptr_array_append | Append to an ec_ptr_array |
ec_ptr_array_destroy | Destroy an ec_ptr_array |
ec_ptr_array_get | retrieve from a sparse ec_ptr_array |
ec_ptr_array_init | Initialize an ec_ptr_array struct |
ec_ptr_array_insert | insert into a sparse ec_ptr_array |
ec_ptr_array_remove | remove an item from an ec_ptr_array, and compact the array |
ec_ptr_array_unshift | puts an item at the front of the array, shifts existing data over |
Was this page helpful?