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.
ListItem Struct Reference

A doubly-linked node that points to its predecessor and successor. More...

#include <linked_list.h>

Inheritance diagram for ListItem:
[legend]
Collaboration diagram for ListItem:
[legend]

Data Fields

ListItemln_prev_p
 A pointer to the previous ListItem. More...
 
ListItemln_next_p
 A pointer to the next ListItem. More...
 

Detailed Description

A doubly-linked node that points to its predecessor and successor.

Field Documentation

◆ ln_prev_p

ListItem* ln_prev_p

A pointer to the previous ListItem.

◆ ln_next_p

ListItem* ln_next_p

A pointer to the next ListItem.


The documentation for this struct was generated from the following file: