LeviLamina
Loading...
Searching...
No Matches
IScriptDebuggerWatchdog.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
IScriptDebuggerWatchdog
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
virtual
~IScriptDebuggerWatchdog
() =
default
;
10
11
virtual
bool
requireClose()
const
= 0;
12
13
virtual
void
startListenTimeout(::std::chrono::seconds) = 0;
14
15
virtual
bool
listenTimeoutExpired()
const
= 0;
16
// NOLINTEND
17
18
public
:
19
// virtual function thunks
20
// NOLINTBEGIN
21
22
// NOLINTEND
23
};
IScriptDebuggerWatchdog
Definition
IScriptDebuggerWatchdog.h:5
src
mc
scripting
debugger
IScriptDebuggerWatchdog.h
Generated on
for LeviLamina by
1.16.1