libcester
Public Attributes | List of all members
cester_array_struct Struct Reference

#include <cester.h>

Public Attributes

size_t size
 
size_t capacity
 
void ** buffer
 

Member Data Documentation

◆ buffer

void** cester_array_struct::buffer

pointer to the pointers of items added to the array

◆ capacity

size_t cester_array_struct::capacity

the number of item the array can contain before expanding

◆ size

size_t cester_array_struct::size

the size of the item in the array


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