Zycore  1.2.0.0
Public Attributes | List of all members
ZyanListNode_ Struct Reference

#include <List.h>

Collaboration diagram for ZyanListNode_:
Collaboration graph
[legend]

Public Attributes

struct ZyanListNode_prev
 
struct ZyanListNode_next
 

Detailed Description

Defines the ZyanListNode struct.

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

Member Data Documentation

◆ next

struct ZyanListNode_* ZyanListNode_::next

A pointer to the next list node.

◆ prev

struct ZyanListNode_* ZyanListNode_::prev

A pointer to the previous list node.


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