Adaptive Framework
0.9.0
|
Type meta (data type, data type parameters, and value meta object. More...
#include <afw_value_internal.h>
Data Fields | |
const afw_data_type_t * | data_type |
data type or NULL. | |
const afw_compile_value_contextual_t * | data_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_t * | value_meta_object |
AdaptiveValueMeta object or NULL. | |
Type meta (data type, data type parameters, and value meta object.
Definition at line 132 of file afw_value_internal.h.