LeviLamina
Loading...
Searching...
No Matches
ScriptDebuggerWatchdog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/debugger/IScriptDebuggerWatchdog.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~ScriptDebuggerWatchdog() /*override*/ = default;
27
28 // vIndex: 1
29 virtual bool requireClose() const /*override*/;
30
31 // vIndex: 2
32 virtual void startListenTimeout(::std::chrono::seconds duration) /*override*/;
33
34 // vIndex: 3
35 virtual bool listenTimeoutExpired() const /*override*/;
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCFOLD bool $requireClose() const;
48
49 MCAPI void $startListenTimeout(::std::chrono::seconds duration);
50
51 MCAPI bool $listenTimeoutExpired() const;
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCAPI static void** $vftable();
58 // NOLINTEND
59};
Definition IScriptDebuggerWatchdog.h:5
Definition ScriptDebuggerWatchdog.h:8
Definition Alias.h:14