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

Field Documentation

◆ next

struct _Lz_LinkedListElement* _Lz_LinkedListElement::next

A pointer to the next element in the list.

Definition at line 27 of file list.h.

◆ prev

struct _Lz_LinkedListElement* _Lz_LinkedListElement::prev

A pointer to the previous element in the list.

Definition at line 30 of file list.h.


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