Lazuli
Data Fields
Lz_LinkedList Struct Reference

Represents the main container for doubly linked elements. More...

#include <list.h>

Data Fields

Lz_LinkedListElementfirst
 A pointer to the first element of the linked list.
 
Lz_LinkedListElementlast
 A pointer to the last element of the linked list.
 

Detailed Description

Represents the main container for doubly linked elements.

Definition at line 36 of file list.h.


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