Mescal
Loading...
Searching...
No Matches
dcell Struct Reference

Type used to represent a single cell inside a doubly linked list. More...

#include <type_dlist.h>

Public Attributes

uint val
 The value of the cell (not meaningful if the cell is a sentinel).
 
struct dcellnext
 Pointer to the next cell (NULL if this is the right sentinel).
 
struct dcellprevious
 Pointer to the previous cell (NULL if this is the left sentinel).
 

Detailed Description

Type used to represent a single cell inside a doubly linked list.


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