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

A datatype for storing a SearchTerm on a LinkedList. More...

#include <meta_search.h>

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

Data Fields

ListItem stn_node
 The Listnode. More...
 
SearchTerm stn_term
 The SearchTerm to store on the list. 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 a SearchTerm on a LinkedList.

Field Documentation

◆ stn_node

ListItem stn_node

The Listnode.

◆ stn_term

SearchTerm stn_term

The SearchTerm to store on the list.


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