|
Adaptive Framework
0.9.0
|
Runtime unresolved value. More...
#include <afw_runtime.h>
Data Fields | |
| afw_runtime_unresolved_primitive_type_t | type |
| Primitive type of value. | |
| union { | |
| afw_boolean_t boolean | |
| afw_double_t number | |
| afw_integer_t integer | |
| const afw_runtime_unresolved_const_list_t * list | |
| const afw_runtime_unresolved_const_embedded_untyped_object_t * object | |
| const afw_utf8_z_t * string | |
| }; | |
| Pointer to value based on type. | |
Runtime unresolved value.
Definition at line 294 of file afw_runtime.h.