|
Couchbase Lite C
Couchbase Lite C API
|
Go to the source code of this file.
Functions | |
| NODISCARD FLEECE_PUBLIC bool | FLEncoder_WriteCFObject (FLEncoder, CFTypeRef) |
| Writes a Core Foundation (or Objective-C) object to an Encoder. | |
| NODISCARD FLEECE_PUBLIC CFTypeRef | FLValue_CopyCFObject (FLValue FL_NULLABLE) |
| Returns a Value as a corresponding CoreFoundation object. | |
| FLValue | FLValue_FromCFValue (CFTypeRef) |
| Copies a CoreFoundation object to a standalone Fleece object, if possible. | |
| void | FLSlot_SetCFValue (FLSlot slot, CFTypeRef value) |
| Stores a CoreFoundation object into a slot in a Fleece dict/array, if possible. | |
| NODISCARD FLEECE_PUBLIC FLValue | FLDict_GetWithCFString (FLDict FL_NULLABLE, CFStringRef) |
| Same as FLDictGet, but takes the key as a CFStringRef. | |