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 // prevent constructor by default
14
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 0
19 virtual ~EnableQueueForMainThread() /*override*/;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI explicit EnableQueueForMainThread(::std::string name);
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor(::std::string name);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace Bedrock::Threading
Definition EnableQueueForMainThread.h:10
MCAPI void * $ctor(::std::string name)
MCAPI EnableQueueForMainThread(::std::string name)
Definition EnableQueueForThread.h:10