| 
    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 datatype used for storing a KeyValuePair on a LinkedList. More...
#include <key_value_pair.h>
Data Fields | |
| ListItem | kvpn_node | 
| The base node.  More... | |
| KeyValuePair * | kvpn_pair_p | 
| The KeyValuePair.  More... | |
  Data Fields inherited from ListItem | |
| ListItem * | ln_prev_p | 
| A pointer to the previous ListItem.  More... | |
| ListItem * | ln_next_p | 
| A pointer to the next ListItem.  More... | |
A datatype used for storing a KeyValuePair on a LinkedList.
| ListItem kvpn_node | 
The base node.
| KeyValuePair* kvpn_pair_p | 
The KeyValuePair.