Tizen Native API  7.0
_Eina_Rw_Slice Struct Reference

Public Attributes

size_t len
void * mem
uint8_t * bytes

Detailed Description

Defines a read-and-write able memory region.

The slice is a memory starting at mem and accessible up to len bytes.

See also:
Eina_Slice for read-only memory regions.
Since (EFL) :
1.19

Member Data Documentation

memory as uint8_t pointer

size of memory pointed by mem

memory pointed by this slice. It's write able.