LeviLamina
Loading...
Searching...
No Matches
FileWatcherNull.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8
namespace
mce {
9
10
class
FileWatcherNull :
public
::Bedrock::EnableNonOwnerReferences
{
11
#ifdef LL_PLAT_S
12
#else
// LL_PLAT_C
13
public
:
14
// prevent constructor by default
15
FileWatcherNull();
16
17
#endif
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~FileWatcherNull()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
#ifdef LL_PLAT_C
28
MCAPI
explicit
FileWatcherNull(::std::chrono::milliseconds);
29
30
MCFOLD
void
start();
31
32
MCFOLD
void
stop();
33
34
MCFOLD uint64 update();
35
#endif
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
#ifdef LL_PLAT_C
42
MCAPI
void
* $ctor(::std::chrono::milliseconds);
43
#endif
44
// NOLINTEND
45
46
public
:
47
// vftables
48
// NOLINTBEGIN
49
MCNAPI
static
void
**
$vftable
();
50
// NOLINTEND
51
};
52
53
}
// namespace mce
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
mce::FileWatcherNull::$vftable
static MCAPI void ** $vftable()
src
mc
deps
core_graphics
file_watcher
FileWatcherNull.h
Generated on
for LeviLamina by
1.16.1