| Tizen Native API
    5.0
    | 
| Public Attributes | |
| unsigned int | version | 
| const Eina_Value_Struct_Operations * | ops | 
| const Eina_Value_Struct_Member * | members | 
| unsigned int | member_count | 
| unsigned int | size | 
Detailed Description
Describes the struct by listing its size, members and operations.
This is the root of Eina_Value knowledge about the memory it's handling as a structure. It adds introspection, saying the byte size of the structure, its members and how to manage such members.
- Since (EFL) :
- 1.2
- Examples:
- eina_value_02.c.
Member Data Documentation
| unsigned int _Eina_Value_Struct_Desc::member_count | 
if > 0, specifies number of members. If zero then members must be NULL terminated. 
array of member descriptions, if member_count is zero, then it must be NULL terminated. 
operations, if NULL defaults will be used. You may use operations to optimize member lookup using binary search or gperf hash. 
| unsigned int _Eina_Value_Struct_Desc::size | 
byte size to allocate, may be bigger than sum of members
| unsigned int _Eina_Value_Struct_Desc::version | 
must be EINA_VALUE_STRUCT_DESC_VERSION