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
14class ScriptPluginPackSourceEnumerator : public ::IScriptPluginSourceEnumerator {
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ScriptPluginPackSourceEnumerator& operator=(ScriptPluginPackSourceEnumerator const&);
24 ScriptPluginPackSourceEnumerator(ScriptPluginPackSourceEnumerator const&);
25 ScriptPluginPackSourceEnumerator();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ::std::vector<::std::shared_ptr<::IScriptPluginSource>> const& getPluginSources() const /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36#ifdef LL_PLAT_C
37 MCNAPI
38 ScriptPluginPackSourceEnumerator(::std::string const& scriptRoot, ::std::vector<::PackInstance> const& packStack);
39#endif
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45#ifdef LL_PLAT_C
46 MCNAPI void* $ctor(::std::string const& scriptRoot, ::std::vector<::PackInstance> const& packStack);
47#endif
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53#ifdef LL_PLAT_C
54 MCNAPI void $dtor();
55#endif
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCNAPI ::std::vector<::std::shared_ptr<::IScriptPluginSource>> const& $getPluginSources() const;
62
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition IScriptPluginSourceEnumerator.h:10
Definition IScriptPluginSource.h:10
Definition PackInstance.h:16
static MCAPI void ** $vftable()
MCAPI ::std::vector<::std::shared_ptr<::IScriptPluginSource > > const & $getPluginSources() const
Definition Alias.h:14