Zycore 1.5.1.0
|
#include <List.h>
Public Attributes | |
struct ZyanListNode_ * | prev |
struct ZyanListNode_ * | next |
Defines the ZyanListNode
struct.
All fields in this struct should be considered as "private". Any changes may lead to unexpected behavior.
struct ZyanListNode_* ZyanListNode_::next |
A pointer to the next list node.
struct ZyanListNode_* ZyanListNode_::prev |
A pointer to the previous list node.