ZyanListNode_
Contents
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
structZyanListNode_*ZyanListNode_::next
A pointer to the next list node.
structZyanListNode_*ZyanListNode_::prev
A pointer to the previous list node.
Name
ZyanListNode_
Synopsis
#include <List.h>
PublicAttributes
struct ZyanListNode_ * prev
struct ZyanListNode_ * next