Zycore 1.5.2
Zyan Core Library for C
Loading...
Searching...
No Matches
ZyanListNode_ Struct Reference

Defines the ZyanListNode struct. More...

#include <List.h>

Collaboration diagram for ZyanListNode_:
[legend]

Data Fields

struct ZyanListNode_prev
 A pointer to the previous list node.
struct ZyanListNode_next
 A pointer to the next list node.

Detailed Description

Defines the ZyanListNode struct.

All fields in this struct should be considered as "private". Any changes may lead to unexpected behavior.

Field Documentation

◆ next

struct ZyanListNode_* next

A pointer to the next list node.

◆ prev

struct ZyanListNode_* prev

A pointer to the previous list node.


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