MOS Source Code
Loading...
Searching...
No Matches
list_node_t Struct Reference

A node in a linked list. More...

#include <list.hpp>

Public Member Functions

 list_node ()
 

Public Attributes

list_node_t * prev = this
 
list_node_t * next = this
 

Detailed Description

A node in a linked list.

Definition at line 26 of file list.hpp.

Constructor & Destructor Documentation

◆ list_node()

list_node ( )
inline

Definition at line 31 of file list.hpp.

Member Data Documentation

◆ prev

list_node_t* prev = this

Definition at line 28 of file list.hpp.

Referenced by list_node().

◆ next

list_node_t* next = this

Definition at line 29 of file list.hpp.

Referenced by list_node().


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