LeviLamina
Loading...
Searching...
No Matches
SupportedFeatureSchema.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/puv/VersionRange.h"
7#include "mc/util/json_util/JsonSchemaObjectNode.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace FeatureLoading { struct FeatureRootParseContext; }
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 56, ::Puv::VersionRange> mVersionRange;
20 ::ll::TypedStorage<
21 8,
22 16,
23 ::std::shared_ptr<
25 mSchema;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39};
Definition JsonSchemaObjectNode.h:8
Definition SupportedFeatureSchema.h:15