Lazuli
Data Fields
_Lz_LinkedListElement Struct Reference

Represents an element of a doubly linked list. More...

#include <list.h>

Data Fields

struct _Lz_LinkedListElementnext
 A pointer to the next element in the list.
 
struct _Lz_LinkedListElementprev
 A pointer to the previous element in the list.
 

Detailed Description

Represents an element of a doubly linked list.

Definition at line 25 of file list.h.


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