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
16class AnyForwardTsnChunk : public ::dcsctp::Chunk {
17public:
18 // AnyForwardTsnChunk inner types declare
19 // clang-format off
20 struct SkippedStream;
21 // clang-format on
22
23 // AnyForwardTsnChunk inner types define
24 struct SkippedStream {
25 public:
26 // member variables
27 // NOLINTBEGIN
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 SkippedStream& operator=(SkippedStream const&);
37 SkippedStream(SkippedStream const&);
38 SkippedStream();
39 };
40
41public:
42 // member variables
43 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // prevent constructor by default
50 AnyForwardTsnChunk& operator=(AnyForwardTsnChunk const&);
51 AnyForwardTsnChunk(AnyForwardTsnChunk const&);
52 AnyForwardTsnChunk();
53
54public:
55 // virtual functions
56 // NOLINTBEGIN
57 virtual ~AnyForwardTsnChunk() /*override*/ = default;
58 // NOLINTEND
59
60public:
61 // member functions
62 // NOLINTBEGIN
65 ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream> skipped_streams
66 );
67 // NOLINTEND
68
69public:
70 // constructor thunks
71 // NOLINTBEGIN
72 MCNAPI void* $ctor(
74 ::std::vector<::dcsctp::AnyForwardTsnChunk::SkippedStream> skipped_streams
75 );
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCNAPI static void** $vftable();
82 // NOLINTEND
83};
84
85} // namespace dcsctp
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 TSNTag.h:7
Definition StrongAlias.h:8
Definition AnyForwardTsnChunk.h:24
Definition Alias.h:14