LeviLamina
Loading...
Searching...
No Matches
FeatureLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/puv/LoadResult.h"
7#include "mc/deps/puv/Loader.h"
8
9// auto generated forward declare list
10// clang-format off
12struct FeatureResult;
15namespace Puv { class Input; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 104, ::Puv::Loader<::FeatureResult>> mLoader;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI FeatureLoader(
34 ::std::vector<::SupportedFeatureSchema> const& supportedSchemas,
35 ::std::vector<::SupportedFeatureUpgrader> const& supportedUpgraders
36 );
37
38 MCAPI ::Puv::LoadResult<::FeatureResult> load(::Puv::Input const& input) const;
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCAPI void* $ctor(
46 ::std::vector<::SupportedFeatureSchema> const& supportedSchemas,
47 ::std::vector<::SupportedFeatureUpgrader> const& supportedUpgraders
48 );
49 // NOLINTEND
50};
Definition FeatureLoader.h:18
Definition Input.h:15
Definition FeatureParserContext.h:14
Definition FeatureResult.h:10
Definition SupportedFeatureSchema.h:15
Definition SupportedFeatureUpgrader.h:8
Definition context.h:5