Data Fields

LinkedList Struct Reference

Stores a linked list, with sentinel links for head and tail. These sentinels contain dummy values. More...

#include <LinkedList.h>

Data Fields

struct Linkhead
 head of the linked list, a dummy sentinel
struct Linktail
 tail of the linked list, a dummy sentinel

Detailed Description

Stores a linked list, with sentinel links for head and tail. These sentinels contain dummy values.


Field Documentation

struct Link* head

head of the linked list, a dummy sentinel

struct Link* tail

tail of the linked list, a dummy sentinel


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