LeviLamina
Loading...
Searching...
No Matches
RandomThreadCheckManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/AppPlatformListener.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 5
25 virtual void onAppResumed() /*override*/;
26
27 // vIndex: 0
28 virtual ~RandomThreadCheckManager() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void invalidateThreadIndex();
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::std::unique_ptr<::RandomThreadCheckManager>& mInstance();
41
42 MCAPI static ::std::recursive_mutex& mMutex();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI void $onAppResumed();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftable();
61 // NOLINTEND
62};
Definition AppPlatformListener.h:14
Definition RandomThreadCheckManager.h:8
Definition Alias.h:14