1#ifndef _DITTO_COLLECTIONS_EVENT_
2#define _DITTO_COLLECTIONS_EVENT_
4#include "Collection.hpp"
5#include "LiveQueryMove.hpp"
22 friend class DocumentHelpers;
29 std::vector<std::size_t>
updates,
30 std::vector<LiveQueryMove>
moves);
79 std::vector<LiveQueryMove>
moves;
Provides information about the changes that have occurred in relation to an event delivered when obse...
Definition: CollectionsEvent.hpp:21
std::vector< std::size_t > insertions
Definition: CollectionsEvent.hpp:59
std::vector< Collection > old_collections
Definition: CollectionsEvent.hpp:53
std::vector< std::size_t > updates
Definition: CollectionsEvent.hpp:71
bool is_initial
Definition: CollectionsEvent.hpp:42
std::vector< std::size_t > deletions
Definition: CollectionsEvent.hpp:65
std::vector< LiveQueryMove > moves
Definition: CollectionsEvent.hpp:79
std::vector< Collection > collections
Definition: CollectionsEvent.hpp:47