Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_input_global_t Struct Reference

Global input-related state structure. More...

#include <core.h>

Collaboration diagram for reduct_input_global_t:

Data Fields

reduct_rwmutex_t mutex
 
reduct_input_thead
 
reduct_input_id_t nextId
 

Detailed Description

Global input-related state structure.

Definition at line 68 of file core.h.

Field Documentation

◆ mutex

reduct_rwmutex_t reduct_input_global_t::mutex

Definition at line 70 of file core.h.

◆ head

reduct_input_t* reduct_input_global_t::head

Definition at line 71 of file core.h.

◆ nextId

reduct_input_id_t reduct_input_global_t::nextId

Definition at line 72 of file core.h.


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