Coconut Framework
beta
|
Single linked list item. More...
#include <CNListItem.h>
Public Attributes | |
struct CNListItem * | _nextItem |
struct CNListItem * | _prevItem |
void * | dataPtr |
Single linked list item.
struct CNListItem* CNListItem::_nextItem |
Pointer for the next item
Referenced by CNAllocateListItem(), CNFirstListItem(), and CNNextListItem().
struct CNListItem* CNListItem::_prevItem |
Pointer for the previous item
Referenced by CNAllocateListItem(), CNLastListItem(), and CNPrevListItem().
void* CNListItem::dataPtr |
Pointer for data. This value will be null
Referenced by CNAllocateListItem(), and CNDataOfListItem().