LeviLamina
Loading...
Searching...
No Matches
ReflectionContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/JSONSchemaOutput.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace cereal::internal {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 72, ::entt::meta_ctx> mMetaCtx;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::tuple<::std::string, ::entt::type_info, ::cereal::JSONSchemaOutput>>>
21 mKnownProperties;
22 ::ll::TypedStorage<1, 2, ::std::optional<::cereal::JSONSchemaOutput>> mForcedJSONSchemaOutput;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ~ReflectionContext();
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCFOLD static ::cereal::internal::ReflectionContext const& from(::cereal::ReflectionCtx const& ctx);
35
36 MCFOLD static ::cereal::internal::ReflectionContext& from(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
45
46} // namespace cereal::internal
Definition ReflectionCtx.h:11
Definition ReflectionContext.h:15
Definition ctx.h:5