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

Global schema-related state structure. More...

#include <schema.h>

Collaboration diagram for reduct_schema_global_t:

Data Fields

struct reduct_schema_internal ** schemas
 
size_t count
 
size_t capacity
 
reduct_rwmutex_t mutex
 

Detailed Description

Global schema-related state structure.

Definition at line 71 of file schema.h.

Field Documentation

◆ schemas

struct reduct_schema_internal** reduct_schema_global_t::schemas

Definition at line 73 of file schema.h.

◆ count

size_t reduct_schema_global_t::count

Definition at line 74 of file schema.h.

◆ capacity

size_t reduct_schema_global_t::capacity

Definition at line 75 of file schema.h.

◆ mutex

reduct_rwmutex_t reduct_schema_global_t::mutex

Definition at line 76 of file schema.h.


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