LeviLamina
Loading...
Searching...
No Matches
ForwardTsnChunk.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/dcsctp/AnyForwardTsnChunk.h"
7#include "mc/external/dcsctp/TLVTrait.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace dcsctp { struct ForwardTsnChunkConfig; }
12// clang-format on
13
14namespace dcsctp {
15
17 public ::dcsctp::TLVTrait<::dcsctp::ForwardTsnChunkConfig> {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual void SerializeTo(::std::vector<uchar>& out) const /*override*/;
22
23 virtual ::std::string ToString() const /*override*/;
24
25 virtual ~ForwardTsnChunk() /*override*/;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCNAPI static ::std::optional<::dcsctp::ForwardTsnChunk> Parse(::rtc::ArrayView<uchar const> data);
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCNAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCNAPI void $SerializeTo(::std::vector<uchar>& out) const;
44
45 MCNAPI ::std::string $ToString() const;
46
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
56
57} // namespace dcsctp
Definition AnyForwardTsnChunk.h:16
Definition ForwardTsnChunk.h:17
MCAPI void $SerializeTo(::std::vector< uchar > &out) const
static MCAPI void ** $vftable()
static MCAPI ::std::optional<::dcsctp::ForwardTsnChunk > Parse(::rtc::ArrayView< uchar const > data)
MCAPI::std::string $ToString() const
Definition TLVTrait.h:8
Definition _HeaderOutputPredefine.h:310
Definition ForwardTsnChunkConfig.h:7