LeviLamina
Loading...
Searching...
No Matches
AnyForwardTsnChunk.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
10namespace dcsctp { class TSNTag; }
11// clang-format on
12
13namespace dcsctp {
14
16public:
17 // AnyForwardTsnChunk inner types declare
18 // clang-format off
19 struct SkippedStream;
20 // clang-format on
21
22 // AnyForwardTsnChunk inner types define
23 struct SkippedStream {};
24
25public:
26 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
34 ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream>
35 );
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor(
43 ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream>
44 );
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace dcsctp
Definition AnyForwardTsnChunk.h:15
MCAPI void * $ctor(::webrtc::StrongAlias<::dcsctp::TSNTag, uint >, ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream >)
MCAPI AnyForwardTsnChunk(::webrtc::StrongAlias<::dcsctp::TSNTag, uint >, ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream >)
static MCAPI void ** $vftable()
Definition StrongAlias.h:8
Definition AnyForwardTsnChunk.h:23