Adaptive Framework
0.9.0
|
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 | |
}; | |
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.