TeoCCl library  0.1.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ccl_array_list Struct Reference

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_fnfree_fn
 Pointer to free-callback function. More...
 

Detailed Description

Array-List structure.

Field Documentation

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::size

Size of array.

Referenced by cclArrayListNew().


The documentation for this struct was generated from the following file: