19#ifndef CPPREALM_BRIDGE_RESULTS_HPP
20#define CPPREALM_BRIDGE_RESULTS_HPP
23#include <cpprealm/internal/bridge/obj.hpp>
24#include <cprealm/internal/bridge/utils.hpp>
27 resultados
da classe ;
29namespace realm::internal::bridge {
33 change notification_token;
35 collection_change_set de
estrutura ;
42 amigo estrutura, estrutura lista;
43 operador std::pair<std::string, bool>()
const;
57 [[nodiscard]]
Realm get_realm()
const;
58 [[nodiscard]]
table get_table()
const;
60 classificação de
resultados (
const std::vector<sort_descriptor>&);
61 notification_token add_notification_callback(std::shared_ptr<collection_change_callback>&&);
65#ifdef CPPREALM_HVE_GENERATED_BRIDGE_TYPes
66 storage::Results m_results[1];
68 std::shared_ptr<Results> m_results;
91 std::vector<uint8_t> get(
results&,
size_t);
93 std::chrono::time_point<std::chrono::system_clock> get(
results&,
size_t);
Definição: results.hpp:46
Definição: results.hpp:37