Skip to content

Instantly share code, notes, and snippets.

View minusplusminus's full-sized avatar
🎯
Focusing

Martijn Mellema minusplusminus

🎯
Focusing
View GitHub Profile
@minusplusminus
minusplusminus / gist:069fe73bc8c2776f4fe895bded3d5973
Created April 12, 2016 13:44
How to use CBLIncrementalStore
At first. CBLIncrementalStore expects that you define all the documents with an type key. This means that every object must be linked to an entity. If this is not the case, CBLIncrementalStore will crash on change.
//
// leapGestures.cpp
// Kadaster Interface
//
// Created by Martijn Mellema on 13-06-13.
//
//
#include "leapGestures.h"
#include "gestureObject.h"