LeviLamina
Loading...
Searching...
No Matches
JsepCandidateCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cricket { class Candidate; }
8// clang-format on
9
10namespace webrtc {
11
13public:
14 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI ::webrtc::JsepCandidateCollection Clone() const;
22
24
26
27 MCNAPI uint64 remove(::cricket::Candidate const&);
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCNAPI void* $ctor();
34
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace webrtc
Definition Candidate.h:15
Definition JsepCandidateCollection.h:12
static MCAPI void ** $vftable()
MCAPI::webrtc::JsepCandidateCollection Clone() const
MCAPI JsepCandidateCollection(::webrtc::JsepCandidateCollection &&)
MCAPI uint64 remove(::cricket::Candidate const &)
MCAPI void * $ctor(::webrtc::JsepCandidateCollection &&)