Adaptive Framework
0.9.0
|
struct for afw_value_block_t More...
#include <afw_value_internal.h>
Data Fields | |
const afw_value_inf_t * | inf |
const afw_compile_value_contextual_t * | contextual |
afw_size_t | argc |
const afw_value_t *const * | argv |
const afw_value_t * | statements |
afw_value_block_t * | parent_block |
afw_value_block_t * | first_child_block |
afw_value_block_t * | final_child_block |
afw_value_block_t * | next_sibling_block |
afw_value_block_symbol_t * | first_entry |
afw_value_block_symbol_t * | final_entry |
afw_size_t | number |
afw_size_t | depth |
afw_size_t | entry_count |
struct for afw_value_block_t
This is a symbol table block value.
Definition at line 92 of file afw_value_internal.h.