LeviLamina
Loading...
Searching...
No Matches
ThreadDataInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ThreadDataInterface
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~ThreadDataInterface
() =
default
;
11
12
// vIndex: 1
13
virtual
void
* PerThreadFactory(
void
*) = 0;
14
15
// vIndex: 2
16
virtual
void
PerThreadDestructor(
void
*,
void
*) = 0;
17
// NOLINTEND
18
19
public
:
20
// destructor thunk
21
// NOLINTBEGIN
22
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
};
ThreadDataInterface
Definition
ThreadDataInterface.h:5
src
mc
deps
raknet
ThreadDataInterface.h
Generated on Sat Apr 26 2025 05:55:29 for LeviLamina by
1.12.0