LeviLamina
Loading...
Searching...
No Matches
IForwardTsnChunk.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 IForwardTsnChunkConfig; }
12// clang-format on
13
14namespace dcsctp {
15
17 public ::dcsctp::TLVTrait<::dcsctp::IForwardTsnChunkConfig> {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 1
22 virtual void SerializeTo(::std::vector<uchar>& out) const /*override*/;
23
24 // vIndex: 2
25 virtual ::std::string ToString() const /*override*/;
26
27 // vIndex: 0
28 virtual ~IForwardTsnChunk() /*override*/;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCNAPI static ::std::optional<::dcsctp::IForwardTsnChunk> Parse(::rtc::ArrayView<uchar const> data);
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCNAPI void $SerializeTo(::std::vector<uchar>& out) const;
47
48 MCNAPI ::std::string $ToString() const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace dcsctp
Definition AnyForwardTsnChunk.h:16
Definition IForwardTsnChunk.h:17
static MCAPI ::std::optional<::dcsctp::IForwardTsnChunk > Parse(::rtc::ArrayView< uchar const > data)
MCAPI void $SerializeTo(::std::vector< uchar > &out) const
static MCAPI void ** $vftable()
MCAPI::std::string $ToString() const
Definition TLVTrait.h:8
Definition _HeaderOutputPredefine.h:260