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

Type meta (data type, data type parameters, and value meta object. More...

#include <afw_value_internal.h>

Data Fields

const afw_data_type_tdata_type
 data type or NULL.
 
const afw_compile_value_contextual_tdata_type_parameter_contextual
 contextual for data type parameter or NULL.
 
union {
   const afw_utf8_t *   media_type
 string, base64Binary, hexBinary.
 
   const afw_value_type_t *   return_type
 expression, hybrid, script and template.
 
   const afw_value_script_function_signature_t *   function_signature
 function.
 
   const afw_value_type_list_t *   list_type
 list type (If NULL, 1 dimension with untyped cells).
 
   const afw_utf8_t *   object_type_id
 object and objectId.
 
   const afw_value_type_t *   type
 unevaluated.
 
}; 
 Data type specific data type parameter or NULL.
 
const afw_object_tvalue_meta_object
 AdaptiveValueMeta object or NULL.
 

Detailed Description

Type meta (data type, data type parameters, and value meta object.

Definition at line 132 of file afw_value_internal.h.


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