Couchbase Lite C
Couchbase Lite C API
Functions
Fleece+CoreFoundation.h File Reference
#include <CoreFoundation/CFBase.h>
#include "Fleece.h"

Go to the source code of this file.

Functions

bool FLEncoder_WriteCFObject (FLEncoder, CFTypeRef)
 Writes a Core Foundation (or Objective-C) object to an Encoder. More...
 
CFTypeRef FLValue_CopyCFObject (FLValue)
 Returns a Value as a corresponding CoreFoundation object. More...
 
FLValue FLDict_GetWithCFString (FLDict, CFStringRef)
 Same as FLDictGet, but takes the key as a CFStringRef. More...