19#ifndef CPPREALM_BRIDGE_SCHEMA_HPP
20#define CPPREALM_BRIDGE_SCHEMA_HPP
24#include <cprealm/internal/bridge/utils.hpp>
29namespace realm::internal::bridge {
30 estrutura object_schema;
39 esquema(
const std::vector<object_schema>&);
41 operador Schema()
const;
44#ifdef CPPREALM_HVE_GENERATED_BRIDGE_TYPes
45 armazenamento::Schema m_schema[1];
47 std::shared_ptr<Schema> m_schema;
Definição: object_schema.hpp:33