Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
linked_list.h File Reference

A doubly-linked list. More...

#include "typedefs.h"
#include "grassroots_util_library.h"
Include dependency graph for linked_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ListItem
 A doubly-linked node that points to its predecessor and successor. More...
 
struct  LinkedList
 A doubly-linked list that can be traversed in either direction. More...
 

Detailed Description

A doubly-linked list.

A doubly-linked list that is the base class for many containers within the program.