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 for storing a SearchTerm on a LinkedList. More...
#include <meta_search.h>
Data Fields | |
ListItem | stn_node |
The Listnode. More... | |
SearchTerm | stn_term |
The SearchTerm to store on the list. 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 for storing a SearchTerm on a LinkedList.
ListItem stn_node |
The Listnode.
SearchTerm stn_term |
The SearchTerm to store on the list.