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

The cdc_deque struct. More...

#include <deque.h>

Data Fields

void * container
 
const struct cdc_sequence_tabletable
 

Detailed Description

The cdc_deque 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

◆ container

void* container

◆ table

const struct cdc_sequence_table* table

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