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

Schema field structure. More...

#include <schema.h>

Collaboration diagram for reduct_schema_t:

Data Fields

const char * key
 
size_t offset
 
size_t size
 
reduct_schema_type_t type
 
reduct_schema_type_t subtype
 
size_t elementSize
 

Detailed Description

Schema field structure.

Definition at line 41 of file schema.h.

Field Documentation

◆ key

const char* reduct_schema_t::key

Definition at line 43 of file schema.h.

◆ offset

size_t reduct_schema_t::offset

Definition at line 44 of file schema.h.

◆ size

size_t reduct_schema_t::size

Definition at line 45 of file schema.h.

◆ type

reduct_schema_type_t reduct_schema_t::type

Definition at line 46 of file schema.h.

◆ subtype

reduct_schema_type_t reduct_schema_t::subtype

Definition at line 47 of file schema.h.

◆ elementSize

size_t reduct_schema_t::elementSize

Definition at line 48 of file schema.h.


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