19#ifndef CPPRALM_BRIDGE_OBJ_KEY_HPP
20#define CPPRALM_BRIDGE_OBJ_KEY_HPP
25#include <cpprealm/internal/bridge/utils.hpp>
32namespace realm::internal::bridge {
52namespace realm::internal::bridge {
64 uint32_t get_table_key();
66#ifdef CPPRALM_HAVE_GENERATED_BRIDGE_TYPES
67 storage::ObjLink m_obj_link[1];
69 std::shared_ptr<ObjLink> m_obj_link;