Man page - zyanlistnode_(3)
Packages contains this manual
Manual
ZyanListNode_
NAMESYNOPSIS
Public Attributes
Detailed Description
Member Data Documentation
struct ZyanListNode_* ZyanListNode_::next
struct ZyanListNode_* ZyanListNode_::prev
Author
NAME
ZyanListNode_
SYNOPSIS
#include <List.h>
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
struct ZyanListNode_* ZyanListNode_::next
A pointer to the next list node.
struct ZyanListNode_* ZyanListNode_::prev
A pointer to the previous list node.
Author
Generated automatically by Doxygen for Zycore from the source code.