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

A datatype used for storing a KeyValuePair on a LinkedList. More...

#include <key_value_pair.h>

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

Data Fields

ListItem kvpn_node
 The base node. More...
 
KeyValuePairkvpn_pair_p
 The KeyValuePair. 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 used for storing a KeyValuePair on a LinkedList.

Field Documentation

◆ kvpn_node

ListItem kvpn_node

The base node.

◆ kvpn_pair_p

KeyValuePair* kvpn_pair_p

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