data_structures
Data Fields
s_list Struct Reference

Doubly-linked list of generic items. More...

#include <list.h>

Data Fields

t_linkhead
 The first link. More...
 
t_linktail
 The last link. More...
 
size_t size
 The number of items in the list. More...
 
const t_typetype
 The type of items in this list. More...
 

Detailed Description

Doubly-linked list of generic items.

Definition at line 54 of file list.h.

Field Documentation

◆ head

s_list::head

The first link.

Definition at line 56 of file list.h.

◆ size

s_list::size

The number of items in the list.

Definition at line 58 of file list.h.

◆ tail

s_list::tail

The last link.

Definition at line 57 of file list.h.

◆ type

s_list::type

The type of items in this list.

Definition at line 59 of file list.h.


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