Coconut Framework  beta
Public Attributes | List of all members
CNListItem Struct Reference

Single linked list item. More...

#include <CNListItem.h>

Public Attributes

struct CNListItem_nextItem
 
struct CNListItem_prevItem
 
void * dataPtr
 

Detailed Description

Single linked list item.

Member Data Documentation

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().


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