LeviLamina
Loading...
Searching...
No Matches
SctpSidAllocator.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/rtc/SSLRole.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
webrtc {
class
StreamId
; }
11
// clang-format on
12
13
namespace
webrtc {
14
15
class
SctpSidAllocator {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnke260d1;
20
::ll::UntypedStorage<1, 1>
mUnkeb1dce;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
SctpSidAllocator& operator=(SctpSidAllocator
const
&);
26
SctpSidAllocator(SctpSidAllocator
const
&);
27
SctpSidAllocator();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCNAPI ::std::optional<::webrtc::StreamId>
AllocateSid
(::rtc::SSLRole role);
33
34
MCNAPI
void
ReleaseSid
(
::webrtc::StreamId
sid);
35
36
MCNAPI
bool
ReserveSid
(
::webrtc::StreamId
sid);
37
38
MCNAPI
~SctpSidAllocator
();
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
MCNAPI
void
$dtor
();
45
// NOLINTEND
46
};
47
48
}
// namespace webrtc
webrtc::SctpSidAllocator::ReleaseSid
MCAPI void ReleaseSid(::webrtc::StreamId sid)
webrtc::SctpSidAllocator::ReserveSid
MCAPI bool ReserveSid(::webrtc::StreamId sid)
webrtc::SctpSidAllocator::AllocateSid
MCAPI ::std::optional<::webrtc::StreamId > AllocateSid(::rtc::SSLRole role)
webrtc::SctpSidAllocator::~SctpSidAllocator
MCAPI ~SctpSidAllocator()
webrtc::SctpSidAllocator::$dtor
MCAPI void $dtor()
webrtc::StreamId
Definition
StreamId.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
webrtc
SctpSidAllocator.h
Generated on
for LeviLamina by
1.16.1