Tizen Native API
5.0
|
Public Attributes | |
const char * | name |
const Eina_Value_Type * | type |
unsigned int | offset |
Describes a single member of struct.
The name is used to lookup the member description. This is done as specified as _Eina_Value_Struct_Operations::find_member(). For structures with huge number of members, consider using a better find_member function to quickly finding it! There are two helper operations provided to help this: EINA_VALUE_STRUCT_OPERATIONS_BINSEARCH and EINA_VALUE_STRUCT_OPERATIONS_STRINGSHARE, both depend on properly set _Eina_Value_Struct_Desc and _Eina_Value_Struct_Member.
const char* _Eina_Value_Struct_Member::name |
member name, used in lookups such as eina_value_struct_get()
unsigned int _Eina_Value_Struct_Member::offset |
where this member is located within the structure memory
how to use this member