71 MCAPI
void bindCallback(
72 ::std::function<
void(::entt::meta_any&, ::entt::meta_any&)> cb,
73 ::std::vector<::std::string> source,
74 ::std::vector<::std::string> destination
78 ::entt::meta_any& inputAny_,
79 ::entt::meta_any& outputAny_,
83 MCAPI
void copyAssociative(
84 ::entt::meta_associative_container contFrom,
85 ::entt::meta_any& outputAny,
90 ::entt::meta_any& source,
91 ::entt::meta_any& target,
95 MCAPI
void copyNotEnum(
96 ::entt::meta_any& inputAny,
97 ::entt::meta_any& outputAny,
101 MCAPI
void copyNotEnumImpl(
102 ::entt::meta_any& inputAny,
103 ::entt::meta_any& outputAny,
107 MCAPI
void copySequence(
108 ::entt::meta_sequence_container contFrom,
109 ::entt::meta_any& outputAny,
113 MCAPI
void ignore(::std::vector<::std::string> source);
116 ::entt::meta_type
const& type,
117 ::entt::meta_any& inputAny,
118 ::entt::meta_any& outputAny,
122 MCAPI
void move(::std::vector<::std::string> source, ::std::vector<::std::string> destination);
124 MCAPI
void unwrapOrCopy(
125 ::entt::meta_any& inputAny,
126 ::entt::meta_any& outputAny,
136 MCAPI static ::std::vector<::std::pair<::cereal::SerializerContext::ContextType, ::std::string>>
137 buildPath(::std::vector<::Puv::internal::PathElement>
const& path);
139 MCAPI static ::entt::meta_any