Couchbase Lite C
Couchbase Lite C API
Data Fields
FLSlice Struct Reference

A simple reference to a block of memory. More...

#include </Users/couchbase/workspace/couchbase-lite-c-doc/couchbase-lite-c/vendor/couchbase-lite-core/vendor/fleece/API/fleece/FLSlice.h>

Data Fields

const void * 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* FLSlice::buf

◆ size

size_t FLSlice::size

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