LiteCore
Couchbase Lite cross-platform core implementation
Loading...
Searching...
No Matches
Data Fields
FLSlice Struct Reference

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
 

Detailed Description

A simple reference to a block of memory.

Does not imply ownership. (This is equivalent to the C++ class slice.)

Field Documentation

◆ buf

const void* FL_NULLABLE FLSlice::buf

◆ size

size_t FLSlice::size

The documentation for this struct was generated from the following file: