LeviLamina
Loading...
Searching...
No Matches
ContextScopeListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/ILifetimeScopeListener.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { class LifetimeRegistry; }
11// clang-format on
12
13namespace Scripting::QuickJS {
14
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~ContextScopeListener() /*override*/ = default;
35
36 // vIndex: 1
37 virtual void onPreLifetimeScopeDestroy(::Scripting::LifetimeRegistry& registry) /*override*/;
38
39 // vIndex: 2
40 virtual void onPostLifetimeScopeDestroy(::Scripting::LifetimeRegistry&) /*override*/;
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
47
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace Scripting::QuickJS
Definition ILifetimeScopeListener.h:12
Definition LifetimeRegistry.h:16
Definition ContextScopeListener.h:15
MCAPI void $onPreLifetimeScopeDestroy(::Scripting::LifetimeRegistry &registry)
MCAPI void $onPostLifetimeScopeDestroy(::Scripting::LifetimeRegistry &)
Definition Alias.h:14