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
struct
ThreadConfiguration
;
8
namespace
rtc {
class
SocketServer
; }
9
// clang-format on
10
11
namespace
NetherNet {
12
13
class
RtcThreadManager {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 16>
mUnk47090c;
18
::ll::UntypedStorage<8, 8>
mUnk8b9d08;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
RtcThreadManager& operator=(RtcThreadManager
const
&);
24
RtcThreadManager(RtcThreadManager
const
&);
25
RtcThreadManager();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCNAPI
void
Initialize
(
31
char
const
* threadName,
32
::ThreadConfiguration
const
& threadConfiguration,
33
::std::unique_ptr<::rtc::SocketServer>&& socketServer
34
);
35
36
MCNAPI
bool
IsOnThread
()
const
;
37
38
MCNAPI
void
Shutdown
();
39
// NOLINTEND
40
};
41
42
}
// namespace NetherNet
NetherNet::RtcThreadManager::IsOnThread
MCAPI bool IsOnThread() const
NetherNet::RtcThreadManager::Initialize
MCAPI void Initialize(char const *threadName, ::ThreadConfiguration const &threadConfiguration, ::std::unique_ptr<::rtc::SocketServer > &&socketServer)
NetherNet::RtcThreadManager::Shutdown
MCAPI void Shutdown()
rtc::SocketServer
Definition
SocketServer.h:16
ThreadConfiguration
Definition
ThreadConfiguration.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
nether_net
RtcThreadManager.h
Generated on
for LeviLamina by
1.16.1