RLP  1.5
SListNode Struct Reference

Linked list node structure. More...

Data Fields

void * value
 Node's value. More...
 
struct sListNode * prev
 Previous node. More...
 
struct sListNode * next
 Next node. More...
 

Detailed Description

Linked list node structure.

Definition at line 19 of file list.h.

Field Documentation

struct sListNode* next

Next node.

Definition at line 26 of file list.h.

struct sListNode* prev

Previous node.

Definition at line 24 of file list.h.

void* value

Node's value.

Definition at line 22 of file list.h.

RLP © 2006, 2009, 2015   Rui Carlos Gonçalves