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

A datatype for storing Parameters in a LinkedList. More...

#include <parameter.h>

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

Data Fields

ListItem pn_node
 The ListItem. More...
 
Parameterpn_parameter_p
 Pointer to the associated Parameter. More...
 
- Data Fields inherited from ListItem
ListItemln_prev_p
 A pointer to the previous ListItem. More...
 
ListItemln_next_p
 A pointer to the next ListItem. More...
 

Detailed Description

A datatype for storing Parameters in a LinkedList.

Field Documentation

◆ pn_node

ListItem pn_node

The ListItem.

◆ pn_parameter_p

Parameter* pn_parameter_p

Pointer to the associated Parameter.


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