cdcontainers  0.1.1
Library of data containers and collections for C programming language.
Data Fields
cdc_array Struct Reference

The cdc_array is service struct. More...

#include <array.h>

Data Fields

size_t size
 
size_t capacity
 
void ** buffer
 
struct cdc_data_infodinfo
 

Detailed Description

The cdc_array is service struct.

Warning
To avoid problems, do not change the structure fields in the code. Use only special functions to access and change structure fields.

Field Documentation

◆ size

size_t size

◆ capacity

size_t capacity

◆ buffer

void** buffer

◆ dinfo

struct cdc_data_info* dinfo

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