1#ifndef _DITTO_ORDER_BY_
2#define _DITTO_ORDER_BY_
4#include "SortDirection.hpp"
22 std::vector<COrderByParam_t> &get_vec();
25 std::vector<COrderByParam_t> order_by_definitions;
The type that is returned when calling observe_local. It handles the logic for calling the event hand...
Definition LiveQuery.hpp:103
Definition order_by.hpp:12
These objects are returned when using find-like functionality on Collection objects.
Definition PendingCursorOperation.hpp:44
While Subscription objects remain in scope they ensure that documents in the collection specified,...
Definition Subscription.hpp:19