reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
deque_node_t Struct Reference

Data Fields

struct deque_node_tnext
 
struct deque_node_tprev
 
voidvalue
 

Detailed Description

A node in the queue.

Field Documentation

◆ next

struct deque_node_t* deque_node_t::next

◆ prev

struct deque_node_t* deque_node_t::prev

◆ value

void* deque_node_t::value

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