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

Field Documentation

◆ key

const char* reduct_schema_t::key

Definition at line 54 of file schema.h.

◆ offset

size_t reduct_schema_t::offset

Definition at line 55 of file schema.h.

◆ size

size_t reduct_schema_t::size

Definition at line 56 of file schema.h.

◆ type

reduct_schema_type_t reduct_schema_t::type

Definition at line 57 of file schema.h.

◆ subtype

reduct_schema_type_t reduct_schema_t::subtype

Definition at line 58 of file schema.h.

◆ elementSize

size_t reduct_schema_t::elementSize

Definition at line 59 of file schema.h.


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