19#ifndef CPPREALM_BRIDGE_RESULTS_HPP
20#define CPPREALM_BRIDGE_RESULTS_HPP
23#include <cpprealm/internal/bridge/obj.hpp>
24#include <cpprealm/internal/bridge/utils.hpp>
29namespace realm::internal::bridge {
33 structnotification_token ;
35 struct collection_change_set;
43 연산자 std::pair<std::string, bool>()
const;
49 결과& 연산자=(
const 결과& 기타) ;
57 [[nodiscard]]
영역 get_realm()
const;
58 [[nodiscard]]
테이블 get_table()
const;
60 결과 sort(
const std::vector<sort_descriptor>&);
61 notification_token add_notification_callback(std::shared_ptr<collection_change_callback>&&);
64 친구 T get(
결과&,
size_t);
65#ifdef CPPRALM_HAVE_GENERATED_BRIDGE_TYPES
66 저장::Results m_results[1];
68 std::shared_ptr<Results> m_results;
81 double get(
결과&,
size_t);
83 std::string get(
results&,
size_t);
91 std::vector<uint8_t> get(
results&,
size_t);
93 std::chrono::time_point<std::chrono::system_clock> get(
results&,
size_t);