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
// virtual function thunks
41
// NOLINTBEGIN
42
MCNAPI ::Bedrock::NotNullNonOwnerPtr<::WorkerPool>
$get
()
const
;
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
51
52
}
// namespace Bedrock
Bedrock::WorkerPoolHandleImpl
Definition
WorkerPoolHandleImpl.h:16
Bedrock::WorkerPoolHandleImpl::$vftable
static MCAPI void ** $vftable()
Bedrock::WorkerPoolHandleImpl::$get
MCAPI ::Bedrock::NotNullNonOwnerPtr<::WorkerPool > $get() const
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 Fri Jun 13 2025 05:04:23 for LeviLamina by
1.12.0