CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
ds::linked_list::cell::Pointer Class Reference

Cons cell using two pointers. More...

#include <linked_list.h>

Public Member Functions

void cell_reset ()
auto cell_next ()
auto cell_prev ()

Detailed Description

Cons cell using two pointers.

Definition at line 439 of file linked_list.h.

Constructor & Destructor Documentation

◆ Pointer()

ds::linked_list::cell::Pointer::Pointer ( )
inline

Definition at line 444 of file linked_list.h.

Member Function Documentation

◆ cell_next()

auto ds::linked_list::cell::Pointer::cell_next ( )
inline

Definition at line 454 of file linked_list.h.

◆ cell_prev()

auto ds::linked_list::cell::Pointer::cell_prev ( )
inline

Definition at line 459 of file linked_list.h.

◆ cell_reset()

void ds::linked_list::cell::Pointer::cell_reset ( )
inline

Definition at line 449 of file linked_list.h.


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