LeviLamina
Loading...
Searching...
No Matches
AbortChunk.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace dcsctp { class Parameters; }
8// clang-format on
9
10namespace dcsctp {
11
13public:
14 // member functions
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // static functions
21 // NOLINTBEGIN
22 MCAPI static ::std::optional<::dcsctp::AbortChunk> Parse(::rtc::ArrayView<uchar const>);
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
28 MCAPI void* $ctor(bool, ::dcsctp::Parameters);
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCAPI static void** $vftable();
35 // NOLINTEND
36};
37
38} // namespace dcsctp
Definition AbortChunk.h:12
Definition Parameters.h:13
Definition _HeaderOutputPredefine.h:238