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
25
26 MCNAPI ::ScriptWatchdog& operator=(::ScriptWatchdog&&);
27
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCNAPI static ::std::string const& SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCNAPI void* $ctor();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
Definition ScriptWatchdog.h:5
MCAPI void $dtor()
MCAPI::ScriptWatchdog & operator=(::ScriptWatchdog &&)
MCAPI void * $ctor()
static MCAPI ::std::string const & SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME()
MCAPI ~ScriptWatchdog()
MCAPI ScriptWatchdog()
Definition Alias.h:14