tagion.betterC.mobile.DocumentWrapperApi

Undocumented in source.

Members

Functions

create_doc
uint32_t create_doc(uint8_t* data_ptr, uint32_t len)

Functions called from d-lang through dart:ffi Creating Document by ubyte array Creating Document by ubyte array

delete_doc_by_id
void delete_doc_by_id(uint32_t id)

Deleting the specific Document

doc_get_int_by_key
int32_t doc_get_int_by_key(uint32_t doc_id, char* key_str, uint32_t len)

Getting the int value from Document by string key

doc_get_ulong_by_key
int64_t doc_get_ulong_by_key(uint32_t doc_id, char* key_str, uint32_t len)

Getting the ulong value from Document by string key