Tizen Native API
5.0
The Basics of Tizen Native API Reference
Native API Reference
Public Attributes
_Eina_Value Struct Reference
Generic Value management
Public Attributes
const
Eina_Value_Type
*
type
Eina_Value_Union
value
Detailed Description
defines the contents of a value
Since (EFL) :
1.2
Examples:
eina_model_02.c
,
eina_model_03.c
,
eina_value_01.c
,
eina_value_02.c
, and
eina_value_03.c
.
Member Data Documentation
const
Eina_Value_Type
*
_Eina_Value::type
how to access values
Examples:
eina_value_02.c
.
Eina_Value_Union
_Eina_Value::value
to be accessed with type descriptor
_Eina_Value
Except as noted, this content - excluding the Code Examples - is licensed under
Creative Commons Attribution 3.0
and all of the Code Examples contained herein are licensed under
BSD-3-Clause
.
For details, see the
Content License
.