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
8namespace mce {
9
10class FileWatcherNull : public ::Bedrock::EnableNonOwnerReferences {
11#ifdef LL_PLAT_S
12#else // LL_PLAT_C
13public:
14 // prevent constructor by default
15 FileWatcherNull();
16
17#endif
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~FileWatcherNull() /*override*/ = default;
22 // NOLINTEND
23
24public:
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
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCAPI void* $ctor(::std::chrono::milliseconds);
43#endif
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
52
53} // namespace mce
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()