Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_xctx_evaluation_stack_entry_s Struct Reference

The execution context (xctx) evaluation stack entry. More...

#include <afw_xctx.h>

Data Fields

union {
   const afw_utf8_t *   entry_id
 
   afw_size_t   parameter_number
 
   const afw_value_t *   value
 
}; 
 

Detailed Description

The execution context (xctx) evaluation stack entry.

The xctx evaluation stack is used to detection recursive loops and to produce a backtrace of evaluate.

If entry_id points to afw_s_parameter, the previous entry in the stack is parameter_number. In all other cases the entry is value.

Definition at line 59 of file afw_xctx.h.


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