LeviLamina
Loading...
Searching...
No Matches
SocketServer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/rtc/SocketFactory.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
rtc {
class
Thread
; }
11
namespace
webrtc {
class
TimeDelta
; }
12
// clang-format on
13
14
namespace
rtc {
15
16
class
SocketServer :
public
::rtc::SocketFactory
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 8>
mUnkf76095;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
SocketServer& operator=(SocketServer
const
&);
26
SocketServer(SocketServer
const
&);
27
SocketServer();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
void
SetMessageQueue(
::rtc::Thread
* queue);
33
34
virtual
bool
Wait(
::webrtc::TimeDelta
,
bool
) = 0;
35
36
virtual
void
WakeUp() = 0;
37
38
virtual
~SocketServer()
/*override*/
;
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCNAPI
void
$dtor
();
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCNAPI
void
$SetMessageQueue
(
::rtc::Thread
* queue);
51
52
53
// NOLINTEND
54
};
55
56
}
// namespace rtc
rtc::SocketFactory
Definition
SocketFactory.h:12
rtc::SocketServer::$dtor
MCAPI void $dtor()
rtc::SocketServer::$SetMessageQueue
MCAPI void $SetMessageQueue(::rtc::Thread *queue)
rtc::Thread
Definition
Thread.h:20
webrtc::TimeDelta
Definition
TimeDelta.h:10
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
SocketServer.h
Generated on
for LeviLamina by
1.16.1