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/dcsctp/Chunk.h"
7#include "mc/external/webrtc/StrongAlias.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace dcsctp { class TSNTag; }
12// clang-format on
13
14namespace dcsctp {
15
17public:
18 // AnyForwardTsnChunk inner types declare
19 // clang-format off
20 struct SkippedStream;
21 // clang-format on
22
23 // AnyForwardTsnChunk inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 SkippedStream& operator=(SkippedStream const&);
39 };
40
41public:
42 // member variables
43 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // prevent constructor by default
50 AnyForwardTsnChunk& operator=(AnyForwardTsnChunk const&);
53
54public:
55 // virtual functions
56 // NOLINTBEGIN
57 // vIndex: 0
58 virtual ~AnyForwardTsnChunk() /*override*/ = default;
59 // NOLINTEND
60
61public:
62 // member functions
63 // NOLINTBEGIN
66 ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream> skipped_streams
67 );
68 // NOLINTEND
69
70public:
71 // constructor thunks
72 // NOLINTBEGIN
73 MCNAPI void* $ctor(
75 ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream> skipped_streams
76 );
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCNAPI static void** $vftable();
83 // NOLINTEND
84};
85
86} // namespace dcsctp
Definition AnyForwardTsnChunk.h:16
MCAPI AnyForwardTsnChunk(::webrtc::StrongAlias<::dcsctp::TSNTag, uint > new_cumulative_tsn, ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream > skipped_streams)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::webrtc::StrongAlias<::dcsctp::TSNTag, uint > new_cumulative_tsn, ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream > skipped_streams)
Definition Chunk.h:7
Definition StrongAlias.h:8
Definition AnyForwardTsnChunk.h:24
Definition Alias.h:14