LeviLamina
Loading...
Searching...
No Matches
SchemaInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/schema/ReflectedType.h"
7
8namespace cereal::internal {
9
10struct SchemaInfo {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, uint> mId;
15 ::ll::TypedStorage<4, 8, ::std::optional<::cereal::internal::ReflectedType>> mType;
16 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mName;
17 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mDescription;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 SchemaInfo(SchemaInfo const&);
23 SchemaInfo();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::cereal::internal::SchemaInfo& operator=(::cereal::internal::SchemaInfo const&);
29
30 MCAPI ~SchemaInfo();
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCAPI void $dtor();
37 // NOLINTEND
38};
39
40} // namespace cereal::internal
Definition SchemaInfo.h:10