Couchbase Lite C
Couchbase Lite C API
|
Go to the source code of this file.
Functions | |
FLEECE_PUBLIC bool | FLEncoder_WriteCFObject (FLEncoder, CFTypeRef) |
Writes a Core Foundation (or Objective-C) object to an Encoder. More... | |
FLEECE_PUBLIC CFTypeRef | FLValue_CopyCFObject (FLValue FL_NULLABLE) |
Returns a Value as a corresponding CoreFoundation object. More... | |
FLEECE_PUBLIC FLValue | FLDict_GetWithCFString (FLDict FL_NULLABLE, CFStringRef) |
Same as FLDictGet, but takes the key as a CFStringRef. More... | |