LeviLamina
Loading...
Searching...
No Matches
BufferedReadAdapter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace rtc { class Socket; }
8// clang-format on
9
10namespace rtc {
11
13public:
14 // prevent constructor by default
16
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCNAPI void BufferInput(bool);
21
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCNAPI void* $ctor(::rtc::Socket*, uint64);
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftableForSocket();
35
36 MCNAPI static void** $vftableForHasSlots();
37 // NOLINTEND
38};
39
40} // namespace rtc
Definition BufferedReadAdapter.h:12
static MCAPI void ** $vftableForSocket()
MCAPI void BufferInput(bool)
MCAPI BufferedReadAdapter(::rtc::Socket *, uint64)
MCAPI void * $ctor(::rtc::Socket *, uint64)
static MCAPI void ** $vftableForHasSlots()
Definition Socket.h:12