LeviLamina
Loading...
Searching...
No Matches
IObjectFactory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
DataBufferHandleType; }
11
namespace
Scripting {
struct
PromiseType; }
12
// clang-format on
13
14
namespace
Scripting {
15
16
class
IObjectFactory
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~IObjectFactory
() =
default
;
22
23
// vIndex: 1
24
virtual ::Scripting::StrongTypedObjectHandle<::Scripting::PromiseType> makePromise() = 0;
25
26
// vIndex: 2
27
virtual ::Scripting::StrongTypedObjectHandle<::Scripting::DataBufferHandleType>
28
makeDataBuffer(uchar
const
*, uint64, ::entt::meta_type
const
&) = 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
43
44
}
// namespace Scripting
Scripting::IObjectFactory
Definition
IObjectFactory.h:16
src
mc
deps
scripting
script_engine
IObjectFactory.h
Generated on Sat Apr 26 2025 05:55:31 for LeviLamina by
1.12.0