Reduct  v1.0.4-3-gdaf0d70
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_input_t Struct Reference

Input structure. More...

#include <core.h>

Collaboration diagram for reduct_input_t:

Data Fields

struct reduct_input * prev
 
const char * buffer
 
const char * end
 
reduct_input_flags_t flags
 
char path [REDUCT_PATH_MAX]
 

Detailed Description

Input structure.

Definition at line 37 of file core.h.

Field Documentation

◆ prev

struct reduct_input* reduct_input_t::prev

Definition at line 39 of file core.h.

◆ buffer

const char* reduct_input_t::buffer

Definition at line 40 of file core.h.

◆ end

const char* reduct_input_t::end

Definition at line 41 of file core.h.

◆ flags

reduct_input_flags_t reduct_input_t::flags

Definition at line 42 of file core.h.

◆ path

char reduct_input_t::path[REDUCT_PATH_MAX]

Definition at line 43 of file core.h.


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