LeviLamina
Loading...
Searching...
No Matches
EnableQueueForMainThread.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/threading/EnableQueueForThread.h"
7
8namespace Bedrock::Threading {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~EnableQueueForMainThread() /*override*/;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI explicit EnableQueueForMainThread(::std::string name);
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCAPI void* $ctor(::std::string name);
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCAPI static void** $vftable();
40 // NOLINTEND
41};
42
43} // namespace Bedrock::Threading
Definition EnableQueueForMainThread.h:10
Definition EnableQueueForThread.h:10