LeviLamina
Loading...
Searching...
No Matches
RtcThreadManager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
NetherNet {
struct
ThreadInit; }
8
namespace
rtc {
class
SocketServer; }
9
namespace
rtc {
class
Thread; }
10
// clang-format on
11
12
namespace
NetherNet {
13
14
class
RtcThreadManager
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 16>
mUnk47090c;
19
::ll::UntypedStorage<8, 8>
mUnk4bb523;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
RtcThreadManager
& operator=(
RtcThreadManager
const
&);
25
RtcThreadManager
(
RtcThreadManager
const
&);
26
RtcThreadManager
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI ::rtc::Thread*
GetRtcThread
()
const
;
32
33
MCNAPI
void
Initialize
(
34
char
const
* threadName,
35
::NetherNet::ThreadInit
const
& threadInit,
36
::std::unique_ptr<::rtc::SocketServer>&& socketServer
37
);
38
39
MCNAPI
void
Shutdown
();
40
// NOLINTEND
41
};
42
43
}
// namespace NetherNet
NetherNet::RtcThreadManager
Definition
RtcThreadManager.h:14
NetherNet::RtcThreadManager::GetRtcThread
MCAPI::rtc::Thread * GetRtcThread() const
NetherNet::RtcThreadManager::Shutdown
MCAPI void Shutdown()
NetherNet::RtcThreadManager::Initialize
MCAPI void Initialize(char const *threadName, ::NetherNet::ThreadInit const &threadInit, ::std::unique_ptr<::rtc::SocketServer > &&socketServer)
NetherNet::ThreadInit
Definition
ThreadInit.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
RtcThreadManager.h
Generated on Fri Jun 13 2025 05:04:25 for LeviLamina by
1.12.0