LeviLamina
Loading...
Searching...
No Matches
SocketDispatcher.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace rtc { class PhysicalSocketServer; }
8// clang-format on
9
10namespace rtc {
11
13public:
14 // member functions
15 // NOLINTBEGIN
16 MCAPI bool Initialize();
17
19
21 // NOLINTEND
22
23public:
24 // static variables
25 // NOLINTBEGIN
26 MCAPI static int& next_id_();
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::rtc::PhysicalSocketServer*);
33
34 MCAPI void* $ctor(uint64, ::rtc::PhysicalSocketServer*);
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCAPI static void** $vftableForHasSlots();
41
42 MCAPI static void** $vftableForSocket();
43
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace rtc
Definition PhysicalSocketServer.h:17
Definition SocketDispatcher.h:12