C Tool Box 0.1.0
Loading...
Searching...
No Matches
ctb_DList Struct Reference

Doubly linked list data structure. More...

#include <ctb_DList.h>

Data Fields

ctb_DNode_tfirst
 
ctb_DNode_tlast
 
size_t size
 

Detailed Description

Doubly linked list data structure.

Field Documentation

◆ first

ctb_DNode_t* ctb_DList::first

Pointer to the first node

◆ last

ctb_DNode_t* ctb_DList::last

Pointer to the last node

◆ size

size_t ctb_DList::size

Number of nodes


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