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
8namespace cereal::internal {
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 72, ::entt::meta_ctx> mMetaCtx;
15 ::ll::TypedStorage<8, 24, ::std::vector<::std::tuple<::std::string, ::entt::type_info, ::cereal::JSONSchemaOutput>>>
16 mKnownProperties;
17 ::ll::TypedStorage<1, 2, ::std::optional<::cereal::JSONSchemaOutput>> mForcedJSONSchemaOutput;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ~ReflectionContext();
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCAPI void $dtor();
30 // NOLINTEND
31};
32
33} // namespace cereal::internal
Definition ReflectionContext.h:10