LeviLamina
Loading...
Searching...
No Matches
ScriptWatchdog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ScriptWatchdog& operator=(ScriptWatchdog const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ScriptWatchdog();
25
26 MCAPI ::ScriptWatchdog& operator=(::ScriptWatchdog&&);
27 // NOLINTEND
28
29public:
30 // static variables
31 // NOLINTBEGIN
32 MCAPI static ::std::string const& SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor();
39 // NOLINTEND
40};
Definition ScriptWatchdog.h:5
Definition Alias.h:14