Data Fields

Link Struct Reference

Stores data and pointers to next and previous links. More...

#include <LinkedList.h>

Data Fields

void * data
 arbitrary data stored in the link
struct Linknext
 the previous link in the chain
struct Linkprev
 the next link in the chain

Detailed Description

Stores data and pointers to next and previous links.


Field Documentation

void* data

arbitrary data stored in the link

struct Link* next

the previous link in the chain

struct Link* prev

the next link in the chain


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Defines