Reduct  v4.0.5-1-g4851deb
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_input_global_t input
 
reduct_import_global_t import
 
reduct_lib_global_t lib
 
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 109 of file core.h.

Field Documentation

◆ argc

int reduct_global_t::argc

Definition at line 111 of file core.h.

◆ argv

char** reduct_global_t::argv

Definition at line 112 of file core.h.

◆ nil

reduct_handle_t reduct_global_t::nil

Definition at line 113 of file core.h.

◆ input

reduct_input_global_t reduct_global_t::input

Definition at line 114 of file core.h.

◆ import

reduct_import_global_t reduct_global_t::import

Definition at line 115 of file core.h.

◆ lib

reduct_lib_global_t reduct_global_t::lib

Definition at line 116 of file core.h.

◆ threads

struct reduct* reduct_global_t::threads

Definition at line 117 of file core.h.

◆ threadCount

uint64_t reduct_global_t::threadCount

Definition at line 118 of file core.h.

◆ atom

reduct_atom_global_t reduct_global_t::atom

Definition at line 119 of file core.h.

◆ native

reduct_native_global_t reduct_global_t::native

Definition at line 120 of file core.h.

◆ item

reduct_item_global_t reduct_global_t::item

Definition at line 121 of file core.h.

◆ gc

reduct_gc_global_t reduct_global_t::gc

Definition at line 122 of file core.h.

◆ schema

reduct_schema_global_t reduct_global_t::schema

Definition at line 123 of file core.h.

◆ optimize

reduct_optimize_global_t reduct_global_t::optimize

Definition at line 124 of file core.h.

◆ task

reduct_task_global_t reduct_global_t::task

Definition at line 125 of file core.h.


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