LeviLamina
Loading...
Searching...
No Matches
WorkerPoolHandleImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/WorkerPoolHandleInterface.h"
7
#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
WorkerPool
;
12
// clang-format on
13
14
namespace
Bedrock {
15
16
class
WorkerPoolHandleImpl
:
public
::Bedrock::WorkerPoolHandleInterface
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 24>
mUnk12adf5;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
WorkerPoolHandleImpl
& operator=(
WorkerPoolHandleImpl
const
&);
26
WorkerPoolHandleImpl
(
WorkerPoolHandleImpl
const
&);
27
WorkerPoolHandleImpl
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~WorkerPoolHandleImpl
()
/*override*/
=
default
;
34
35
// vIndex: 1
36
virtual ::Bedrock::NotNullNonOwnerPtr<::WorkerPool> get()
const
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI ::Bedrock::NotNullNonOwnerPtr<::WorkerPool> $get()
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
57
58
}
// namespace Bedrock
Bedrock::WorkerPoolHandleImpl
Definition
WorkerPoolHandleImpl.h:16
Bedrock::WorkerPoolHandleInterface
Definition
WorkerPoolHandleInterface.h:15
WorkerPool
Definition
WorkerPool.h:19
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
threading
WorkerPoolHandleImpl.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0