Tizen Native API
5.5
|
_Eina_Value_Union Union Reference
Public Attributes | |
unsigned char | buf [8] |
void * | ptr |
uint64_t | _guarantee |
Detailed Description
All possible value types.
This is only used to specify the minimum payload memory for Eina_Value.
Member Data Documentation
uint64_t _Eina_Value_Union::_guarantee |
guarantees 8-byte alignment
unsigned char _Eina_Value_Union::buf[8] |
just hold 8-bytes, more goes into ptr
void* _Eina_Value_Union::ptr |
used as generic pointer