Lazuli
Loading...
Searching...
No Matches
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.

Field Documentation

◆ first

Lz_LinkedListElement* Lz_LinkedList::first

A pointer to the first element of the linked list.

Definition at line 38 of file list.h.

◆ last

Lz_LinkedListElement* Lz_LinkedList::last

A pointer to the last element of the linked list.

Definition at line 41 of file list.h.


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