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.
|
This datatype allows the storage of MappedParameters on a LinkedList. More...
#include <mapped_parameter.h>
Data Fields | |
ListItem | mpn_node |
The base node. More... | |
MappedParameter * | mpn_mapped_param_p |
A pointer to the MappedParameter to store. 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... | |
This datatype allows the storage of MappedParameters on a LinkedList.
ListItem mpn_node |
The base node.
MappedParameter* mpn_mapped_param_p |
A pointer to the MappedParameter to store.