Reduct  v4.1.3-1-gd06c383
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_global_t Struct Reference

Global state structure. More...

#include <core.h>

Collaboration diagram for reduct_global_t:

Data Fields

int argc
 
char ** argv
 
reduct_handle_t nil
 
reduct_module_global_t struct reduct * threads
 
uint64_t threadCount
 
reduct_atom_global_t atom
 
reduct_native_global_t native
 
reduct_item_global_t item
 
reduct_gc_global_t gc
 
reduct_schema_global_t schema
 
reduct_optimize_global_t optimize
 
reduct_task_global_t task
 

Detailed Description

Global state structure.

Definition at line 45 of file core.h.

Field Documentation

◆ argc

int reduct_global_t::argc

Definition at line 47 of file core.h.

◆ argv

char** reduct_global_t::argv

Definition at line 48 of file core.h.

◆ nil

reduct_handle_t reduct_global_t::nil

Definition at line 49 of file core.h.

◆ threads

reduct_module_global_t struct reduct* reduct_global_t::threads

Definition at line 51 of file core.h.

◆ threadCount

uint64_t reduct_global_t::threadCount

Definition at line 52 of file core.h.

◆ atom

reduct_atom_global_t reduct_global_t::atom

Definition at line 53 of file core.h.

◆ native

reduct_native_global_t reduct_global_t::native

Definition at line 54 of file core.h.

◆ item

reduct_item_global_t reduct_global_t::item

Definition at line 55 of file core.h.

◆ gc

reduct_gc_global_t reduct_global_t::gc

Definition at line 56 of file core.h.

◆ schema

reduct_schema_global_t reduct_global_t::schema

Definition at line 57 of file core.h.

◆ optimize

reduct_optimize_global_t reduct_global_t::optimize

Definition at line 58 of file core.h.

◆ task

reduct_task_global_t reduct_global_t::task

Definition at line 59 of file core.h.


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