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
7
namespace
cricket {
class
Candidate; }
8
// clang-format on
9
10
namespace
webrtc {
11
12
class
JsepCandidateCollection
{
13
public
:
14
// prevent constructor by default
15
JsepCandidateCollection
& operator=(
JsepCandidateCollection
const
&);
16
JsepCandidateCollection
(
JsepCandidateCollection
const
&);
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI ::webrtc::JsepCandidateCollection Clone()
const
;
22
23
MCAPI
JsepCandidateCollection
();
24
25
MCAPI
JsepCandidateCollection
(
::webrtc::JsepCandidateCollection
&&);
26
27
MCAPI uint64 remove(
::cricket::Candidate
const
&);
28
// NOLINTEND
29
30
public
:
31
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor();
34
35
MCAPI
void
* $ctor(
::webrtc::JsepCandidateCollection
&&);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCAPI
static
void
** $vftable();
42
// NOLINTEND
43
};
44
45
}
// namespace webrtc
cricket::Candidate
Definition
Candidate.h:15
webrtc::JsepCandidateCollection
Definition
JsepCandidateCollection.h:12
src
mc
external
webrtc
JsepCandidateCollection.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0