LeviLamina
Loading...
Searching...
No Matches
ScriptPluginPackSourceEnumerator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/IScriptPluginSourceEnumerator.h"
7
8// auto generated forward declare list
9// clang-format off
11class PackInstance;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 1
31 virtual ::std::vector<::std::shared_ptr<::IScriptPluginSource>> const& getPluginSources() const /*override*/;
32
33 // vIndex: 0
34 virtual ~ScriptPluginPackSourceEnumerator() /*override*/;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI
41 ScriptPluginPackSourceEnumerator(::std::string const& scriptRoot, ::std::vector<::PackInstance> const& packStack);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::std::string const& scriptRoot, ::std::vector<::PackInstance> const& packStack);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCFOLD ::std::vector<::std::shared_ptr<::IScriptPluginSource>> const& $getPluginSources() const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
Definition IScriptPluginSourceEnumerator.h:10
Definition IScriptPluginSource.h:10
Definition PackInstance.h:23
Definition ScriptPluginPackSourceEnumerator.h:14
Definition Alias.h:14