13 friend class LiveQuery;
14 friend class PendingCursorOperation;
15 friend class Subscription;
20 OrderBy(
const OrderBy &other);
21 void add_sort(std::string query_str, SortDirection direction);
22 std::vector<COrderByParam_t> &get_vec();
25 std::vector<COrderByParam_t> order_by_definitions;