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

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.
 

Detailed Description

Runtime unresolved value.

Definition at line 294 of file afw_runtime.h.


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