19#ifndef CPPREALM_BRIDGE_OBJ_KEY_HPP
20#define CPPREALM_BRIDGE_OBJ_KEY_HPP
25#include <cpprealm/internal/bridge/utils.hpp>
32namespace realm::internal::bridge {
42 operator ObjKey()
const;
52namespace realm::internal::bridge {
62 operator ObjLink()
const;
64 uint32_t get_table_key();
66#ifdef CPPREALM_HAVE_GENERATED_BRIDGE_TYPES
67 storage::ObjLink m_obj_link[1];
69 std::shared_ptr<ObjLink> m_obj_link;
Definition: obj_key.hpp:33
Definition: obj_key.hpp:53