LeviLamina
Loading...
Searching...
No Matches
CountTracker.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Threading {
6
7
class
CountTracker
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 16>
mUnkd2fa18;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
CountTracker
& operator=(
CountTracker
const
&);
17
CountTracker
(
CountTracker
const
&);
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCNAPI
CountTracker
();
23
24
MCNAPI
~CountTracker
();
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCNAPI
void
*
$ctor
();
31
// NOLINTEND
32
33
public
:
34
// destructor thunk
35
// NOLINTBEGIN
36
MCNAPI
void
$dtor
();
37
// NOLINTEND
38
};
39
40
}
// namespace Bedrock::Threading
Bedrock::Threading::CountTracker
Definition
CountTracker.h:7
Bedrock::Threading::CountTracker::$ctor
MCAPI void * $ctor()
Bedrock::Threading::CountTracker::CountTracker
MCAPI CountTracker()
Bedrock::Threading::CountTracker::$dtor
MCAPI void $dtor()
Bedrock::Threading::CountTracker::~CountTracker
MCAPI ~CountTracker()
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
core
threading
CountTracker.h
Generated on Tue Oct 28 2025 05:31:31 for LeviLamina by
1.12.0