LeviLamina
Loading...
Searching...
No Matches
DurationMs.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/webrtc/StrongAlias.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
dcsctp {
class
DurationMsTag
; }
11
namespace
webrtc {
class
TimeDelta
; }
12
// clang-format on
13
14
namespace
dcsctp {
15
16
class
DurationMs :
public
::webrtc::StrongAlias
<::dcsctp::DurationMsTag, int> {
17
public
:
18
// prevent constructor by default
19
DurationMs();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCNAPI
explicit
DurationMs
(
::webrtc::TimeDelta
v);
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCNAPI
void
*
$ctor
(
::webrtc::TimeDelta
v);
31
// NOLINTEND
32
};
33
34
}
// namespace dcsctp
dcsctp::DurationMsTag
Definition
DurationMsTag.h:7
dcsctp::DurationMs::$ctor
MCAPI void * $ctor(::webrtc::TimeDelta v)
dcsctp::DurationMs::DurationMs
MCAPI DurationMs(::webrtc::TimeDelta v)
webrtc::StrongAlias
Definition
StrongAlias.h:8
webrtc::TimeDelta
Definition
TimeDelta.h:10
src
mc
external
dcsctp
DurationMs.h
Generated on
for LeviLamina by
1.16.1