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 // virtual function thunks
40 // NOLINTBEGIN
41 MCNAPI bool $requireClose() const;
42
43 MCNAPI void $startListenTimeout(::std::chrono::seconds duration);
44
45 MCNAPI bool $listenTimeoutExpired() const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition IScriptDebuggerWatchdog.h:5
Definition ScriptDebuggerWatchdog.h:8
MCAPI bool $requireClose() const
static MCAPI void ** $vftable()
MCAPI bool $listenTimeoutExpired() const
MCAPI void $startListenTimeout(::std::chrono::seconds duration)
Definition Alias.h:14