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

Global import-related state structure. More...

#include <core.h>

Collaboration diagram for reduct_import_global_t:

Data Fields

reduct_rwmutex_t mutex
 
char ** paths
 
size_t count
 
size_t capacity
 

Detailed Description

Global import-related state structure.

Definition at line 79 of file core.h.

Field Documentation

◆ mutex

reduct_rwmutex_t reduct_import_global_t::mutex

Definition at line 81 of file core.h.

◆ paths

char** reduct_import_global_t::paths

Definition at line 82 of file core.h.

◆ count

size_t reduct_import_global_t::count

Definition at line 83 of file core.h.

◆ capacity

size_t reduct_import_global_t::capacity

Definition at line 84 of file core.h.


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