LeviLamina
Loading...
Searching...
No Matches
RtcEventDtlsWritableState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/RtcEvent.h"
7
8namespace webrtc {
9
10class RtcEventDtlsWritableState : public ::webrtc::RtcEvent {
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 RtcEventDtlsWritableState& operator=(RtcEventDtlsWritableState const&);
20 RtcEventDtlsWritableState(RtcEventDtlsWritableState const&);
21 RtcEventDtlsWritableState();
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~RtcEventDtlsWritableState() /*override*/ = default;
27
28 virtual ::webrtc::RtcEvent::Type GetType() const /*override*/;
29
30 virtual bool IsConfigEvent() const /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCNAPI explicit RtcEventDtlsWritableState(bool writable);
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(bool writable);
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCNAPI ::webrtc::RtcEvent::Type $GetType() const;
49
50 MCNAPI bool $IsConfigEvent() const;
51
52
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
61
62} // namespace webrtc
MCAPI::webrtc::RtcEvent::Type $GetType() const
static MCAPI void ** $vftable()
MCAPI RtcEventDtlsWritableState(bool writable)
MCAPI void * $ctor(bool writable)
MCAPI bool $IsConfigEvent() const
Definition RtcEvent.h:7
Definition Alias.h:14