22#ifdef COUCHBASE_ENTERPRISE
#define CBLAPI
Definition: CBL_Compat.h:104
#define _cbl_nullable
Definition: CBL_Compat.h:92
#define CBL_CAPI_BEGIN
Definition: CBL_Compat.h:105
#define CBL_CAPI_END
Definition: CBL_Compat.h:106
void CBL_RegisterPredictiveModel(FLString name, CBLPredictiveModel model)
Registers a predictive model.
void CBL_UnregisterPredictiveModel(FLString name)
Unregisters the predictive model.
struct _FLDict * FLMutableDict
A reference to a mutable dictionary.
Definition: FLBase.h:40
const struct _FLDict * FLDict
A reference to a dictionary (map) value.
Definition: FLBase.h:37
Predictive Model
Definition: CBLPrediction.h:27
void *_cbl_nullable context
A pointer to any external data needed by the prediction callback, which will receive this as its firs...
Definition: CBLPrediction.h:29
A simple reference to a block of memory.
Definition: FLSlice.h:45