LeviLamina
Loading...
Searching...
No Matches
DataBufferAny.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#include "mc/deps/scripting/script_engine/ScriptValue.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Scripting { class IObjectInspector; }
12namespace Scripting { class IRuntime; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ContextId; }
15namespace Scripting { struct DataBufferHandleType; }
16// clang-format on
17
18namespace Scripting {
19
21public:
22 // member variables
23 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 DataBufferAny& operator=(DataBufferAny const&);
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 0
40 virtual ~DataBufferAny() /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI DataBufferAny(
47 ::Scripting::IRuntime* runtime,
48 ::Scripting::ContextId contextId,
52 );
53
54 MCAPI ::Scripting::DataBufferAny& operator=(::Scripting::DataBufferAny&& rhs);
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCAPI void* $ctor(
61 ::Scripting::IRuntime* runtime,
62 ::Scripting::ContextId contextId,
66 );
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCAPI void $dtor();
73 // NOLINTEND
74
75public:
76 // vftables
77 // NOLINTBEGIN
78 MCAPI static void** $vftable();
79 // NOLINTEND
80};
81
82} // namespace Scripting
Definition DataBufferAny.h:20
Definition IObjectInspector.h:13
Definition IRuntime.h:36
Definition ScriptValue.h:12
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:12
Definition ContextId.h:7
Definition Alias.h:14