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.
|
A doubly-linked list. More...
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... | |
A doubly-linked list.
A doubly-linked list that is the base class for many containers within the program.