LeviLamina
Loading...
Searching...
No Matches
JsepTransportDescription.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cricket {
struct
TransportDescription; }
8
// clang-format on
9
10
namespace
cricket {
11
12
struct
JsepTransportDescription
{
13
public
:
14
// prevent constructor by default
15
JsepTransportDescription
& operator=(
JsepTransportDescription
const
&);
16
17
public
:
18
// member functions
19
// NOLINTBEGIN
20
MCAPI
JsepTransportDescription
(
::cricket::JsepTransportDescription
const
&);
21
22
MCAPI
JsepTransportDescription
(
bool
, ::std::vector<int>
const
&,
int
,
::cricket::TransportDescription
const
&);
23
24
MCAPI
~JsepTransportDescription
();
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCAPI
void
* $ctor(
::cricket::JsepTransportDescription
const
&);
31
32
MCAPI
void
* $ctor(
bool
, ::std::vector<int>
const
&,
int
,
::cricket::TransportDescription
const
&);
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCAPI
void
$dtor();
39
// NOLINTEND
40
};
41
42
}
// namespace cricket
cricket::JsepTransportDescription
Definition
JsepTransportDescription.h:12
cricket::TransportDescription
Definition
TransportDescription.h:17
src
mc
external
cricket
JsepTransportDescription.h
Generated on Sat Apr 26 2025 05:55:38 for LeviLamina by
1.12.0