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

Evaluation state structure. More...

#include <eval.h>

Collaboration diagram for reduct_eval_state_t:

Data Fields

reduct_eval_frame_tframes
 
reduct_uint32_t frameCount
 
reduct_uint32_t frameCapacity
 
reduct_handle_tregs
 
reduct_uint32_t regCount
 
reduct_uint32_t regCapacity
 

Detailed Description

Evaluation state structure.

Definition at line 40 of file eval.h.

Field Documentation

◆ frames

reduct_eval_frame_t* reduct_eval_state_t::frames

Definition at line 42 of file eval.h.

◆ frameCount

reduct_uint32_t reduct_eval_state_t::frameCount

Definition at line 43 of file eval.h.

◆ frameCapacity

reduct_uint32_t reduct_eval_state_t::frameCapacity

Definition at line 44 of file eval.h.

◆ regs

reduct_handle_t* reduct_eval_state_t::regs

Definition at line 45 of file eval.h.

◆ regCount

reduct_uint32_t reduct_eval_state_t::regCount

Definition at line 46 of file eval.h.

◆ regCapacity

reduct_uint32_t reduct_eval_state_t::regCapacity

Definition at line 47 of file eval.h.


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