LiteCore
Couchbase Lite cross-platform core implementation
|
A simple reference to a block of memory. More...
#include </Users/jzhao/work/Git/couchbase-lite-core/vendor/fleece/API/fleece/FLSlice.h>
Data Fields | |
const void *FL_NULLABLE | buf |
size_t | size |
A simple reference to a block of memory.
Does not imply ownership. (This is equivalent to the C++ class slice
.)
const void* FL_NULLABLE FLSlice::buf |
size_t FLSlice::size |