TeoCCl library
0.1.7
|
Array-List structure. More...
#include <array_list.h>
Data Fields | |
void ** | array |
Core array. More... | |
size_t | length |
Count of elements in array. More... | |
size_t | size |
Size of array. More... | |
array_list_free_fn * | free_fn |
Pointer to free-callback function. More... | |
Array-List structure.
void** ccl_array_list::array |
Core array.
Referenced by cclArrayListBSearch(), cclArrayListDelIdx(), cclArrayListFree(), cclArrayListGetIdx(), cclArrayListNew(), and cclArrayListSort().
array_list_free_fn* ccl_array_list::free_fn |
Pointer to free-callback function.
Referenced by cclArrayListDelIdx(), cclArrayListFree(), and cclArrayListNew().
size_t ccl_array_list::length |
Count of elements in array.
Referenced by cclArrayListAdd(), cclArrayListBSearch(), cclArrayListDelIdx(), cclArrayListFree(), cclArrayListGetIdx(), cclArrayListLength(), cclArrayListNew(), and cclArrayListSort().
size_t ccl_array_list::size |
Size of array.
Referenced by cclArrayListNew().