ObjectBox C and C++ API  4.0.3
obx::Tree Member List

This is the complete list of members for obx::Tree, including all inherited members.

consolidateNodeConflictsAsync()obx::Tree
getAsync(const char *path, bool withMetadata, AsyncTreeGetCallback callback)obx::Tree
getAsyncRawCallback(const char *path, bool withMetadata, obx_tree_async_get_callback *callback, void *callback_user_data=nullptr)obx::Tree
getLeafName(const std::string &path) constobx::Tree
nodeConflictCount()obx::Treeinline
putAsync(const char *path, void *data, size_t size, OBXPropertyType type, void *metadata=nullptr, size_t metadata_size=0, OBXPutMode dataPutMode=OBXPutMode_PUT, AsyncTreePutCallback callback={})obx::Tree
putAsyncRawCallback(const char *path, void *data, size_t size, OBXPropertyType type, void *metadata=nullptr, size_t metadata_size=0, OBXPutMode dataPutMode=OBXPutMode_PUT, obx_tree_async_put_callback *callback=nullptr, void *callback_user_data=nullptr)obx::Tree
Tree(Store &store)obx::Treeinlineexplicit
Tree(Store &store, TreeOptions &options)obx::Treeinline
Tree(Store &store, TreeOptions &&options)obx::Treeinline
Tree(Tree &&source) noexceptobx::Treeinline
Tree(const Tree &)=deleteobx::Tree
~Tree()obx::Treeinline