ASCOT5
Loading...
Searching...
No Matches
Data Fields
list_int_node Struct Reference

Linked list node that stores int data. More...

#include <list.h>

Data Fields

struct list_int_nodenext
 
int data
 

Detailed Description

Linked list node that stores int data.

Definition at line 12 of file list.h.

Field Documentation

◆ next

struct list_int_node* list_int_node::next

Next node in chain

Definition at line 13 of file list.h.

◆ data

int list_int_node::data

Data that is stored in this node

Definition at line 14 of file list.h.


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