Data Fields
_Eina_Value Struct Reference
Eina
»
Data Types
»
Containers
»
Generic Value Storage
»
Generic Value management
defines the contents of a value
More...
#include <eina_value.h>
Data Fields
const
Eina_Value_Type
*
type
how to access values
Eina_Value_Union
value
to be accessed with type descriptor
Detailed Description
defines the contents of a value
Since
1.2
Examples
complex-types-client-eina-value.c
,
eina_value_01.c
,
eina_value_02.c
,
eina_value_03.c
,
prefs_data_example.c
,
prefs_example_01.c
,
prefs_example_02.c
, and
prefs_example_03.c
.