|
Couchbase Lite C
Couchbase Lite C API
|
#include "CBLBase.h"Go to the source code of this file.
Data Structures | |
| struct | CBLPredictiveModel |
| Predictive Model. More... | |
Functions | |
| void | CBL_RegisterPredictiveModel (FLString name, CBLPredictiveModel model) |
| Registers a predictive model. | |
| void | CBL_UnregisterPredictiveModel (FLString name) |
| Unregisters the predictive model. | |
| void CBL_RegisterPredictiveModel | ( | FLString | name, |
| CBLPredictiveModel | model ) |
Registers a predictive model.
| name | The name. |
| model | The predictive model. |
| void CBL_UnregisterPredictiveModel | ( | FLString | name | ) |
Unregisters the predictive model.
| name | The name of the registered predictive model. |