Reduct  v4.1.3-1-gd06c383
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 82 of file schema.h.

Field Documentation

◆ schemas

struct reduct_schema_internal** reduct_schema_global_t::schemas

Definition at line 84 of file schema.h.

◆ count

size_t reduct_schema_global_t::count

Definition at line 85 of file schema.h.

◆ capacity

size_t reduct_schema_global_t::capacity

Definition at line 86 of file schema.h.

◆ mutex

reduct_rwmutex_t reduct_schema_global_t::mutex

Definition at line 87 of file schema.h.


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