distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
estd_IntrusiveListNode Struct Reference

C-API equivalent of estd::IntrusiveListNode. More...

#include "estd/C-API/IntrusiveListNode.h"

Public Attributes

const void * nextNode
 
const void * previousNode
 

Detailed Description

C-API equivalent of estd::IntrusiveListNode.

See also
estd::IntrusiveListNode

Member Data Documentation

◆ nextNode

const void* estd_IntrusiveListNode::nextNode

reference to next node on the list

◆ previousNode

const void* estd_IntrusiveListNode::previousNode

reference to previous node on the list


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