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 // destructor thunk
45 // NOLINTBEGIN
46
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI void $onPreLifetimeScopeDestroy(::Scripting::LifetimeRegistry& registry);
53
54 MCAPI void $onPostLifetimeScopeDestroy(::Scripting::LifetimeRegistry&);
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace Scripting::QuickJS
Definition ILifetimeScopeListener.h:12
Definition LifetimeRegistry.h:16
Definition ContextScopeListener.h:15
Definition Alias.h:14