LeviLamina
Loading...
Searching...
No Matches
PhysicalSocketServer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/rtc/SocketServer.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace rtc { class Dispatcher; }
11namespace rtc { class Socket; }
12namespace webrtc { class TimeDelta; }
13// clang-format on
14
15namespace rtc {
16
18public:
19 // member variables
20 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 0
41 virtual ~PhysicalSocketServer() /*override*/ = default;
42
43 // vIndex: 1
44 virtual ::rtc::Socket* CreateSocket(int, int) /*override*/;
45
46 // vIndex: 5
47 virtual ::rtc::Socket* WrapSocket(uint64);
48
49 // vIndex: 3
50 virtual bool Wait(::webrtc::TimeDelta, bool) /*override*/;
51
52 // vIndex: 4
53 virtual void WakeUp() /*override*/;
54 // NOLINTEND
55
56public:
57 // member functions
58 // NOLINTBEGIN
59 MCAPI void Add(::rtc::Dispatcher*);
60
62
63 MCAPI void Remove(::rtc::Dispatcher*);
64 // NOLINTEND
65
66public:
67 // static functions
68 // NOLINTBEGIN
69 MCAPI static int ToCmsWait(::webrtc::TimeDelta);
70 // NOLINTEND
71
72public:
73 // constructor thunks
74 // NOLINTBEGIN
75 MCAPI void* $ctor();
76 // NOLINTEND
77
78public:
79 // destructor thunk
80 // NOLINTBEGIN
81
82 // NOLINTEND
83
84public:
85 // virtual function thunks
86 // NOLINTBEGIN
87
88 // NOLINTEND
89
90public:
91 // vftables
92 // NOLINTBEGIN
93 MCAPI static void** $vftable();
94 // NOLINTEND
95};
96
97} // namespace rtc
Definition Dispatcher.h:7
Definition PhysicalSocketServer.h:17
Definition SocketServer.h:16
Definition TimeDelta.h:10
Definition Alias.h:14