19#ifndef CPPREALM_MANAGED_BINARY_HPP
20#define CPPREALM_MANAGED_BINARY_HPP
22#include <cpprealm/macros.hpp>
23#include <cpprealm/types.hpp>
33 사용 관리되는<std::vector<uint8_t>>::managed_base::operator=;
35 [[nodiscard]] std::vector<uint8_t> fetch()
const;
36 [[nodiscard]]
연산자 std::vector<uint8_t>()
const;
38 std::vector<uint8_t> operator*()
const;
39 void push_back(uint8_t v);
40 uint8_t operator[](uint8_t idx)
const;
44 rbool 연산자==(
const std::vector<uint8_t>& rhs)
const noException;
45 rbool 연산자!=(
const std::vector<uint8_t>& rhs)
const noException;
53 템플릿<
typename,
typename>
59 사용 managed<std::optional<std::vector<uint8_t>>>::managed_base:: 연산자=;
61 [[nodiscard]] std::optional<std::vector<uint8_t>> fetch()
const;
62 [[nodiscard]]
연산자 std::optional<std::vector<uint8_t>>()
const;
65 std::optional<std::vector<uint8_t>> 연산자*()
const;
66 void push_back(uint8_t v);
67 uint8_t operator[](uint8_t idx)
const;
71 std::reference_wrapper<managed<std::optional<std::vector<uint8_t>>>> m_parent;
72 친구 구조체 managed<std::optional<std::vector<uint8_t>>>;
75 std::unique_ptr<box> 연산자->()
77 return std::make_unique<box>(
box(*
this));
79 [[nodiscard]]
상자 연산자*() {
84 rbool 연산자==(
const std::optional<std::vector<uint8_t>>& rhs)
const noException;
85 rbool 연산자!=(
const std::optional<std::vector<uint8_t>>& rhs)
const noException;
93 템플릿<
typename,
typename>
정의: managed_dictionary.hpp:129