Defines a read-only memory region. More...
#include <eina_slice.h>
Data Fields | |
size_t | len |
size of memory pointed by mem | |
union { | |
const void * mem | |
memory pointed by this slice. More... | |
const uint8_t * bytes | |
memory as uint8_t pointer | |
}; | |
Defines a read-only memory region.
The slice is a memory starting at mem
and accessible up to len
bytes.
const void* _Eina_Slice::mem |
memory pointed by this slice.
Just read, never modify it.
Referenced by ecore_con_client_send(), ecore_con_server_send(), eina_stringshare_slice_get(), and elm_cnp_selection_set().