LeviLamina
Loading...
Searching...
No Matches
OutgoingSSNResetRequestParameter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/dcsctp/Parameter.h"
7#include "mc/external/dcsctp/TLVTrait.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace dcsctp { struct OutgoingSSNResetRequestParameterConfig; }
12// clang-format on
13
14namespace dcsctp {
15
17 public ::dcsctp::TLVTrait<::dcsctp::OutgoingSSNResetRequestParameterConfig> {
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 1
37 virtual void SerializeTo(::std::vector<uchar>& out) const /*override*/;
38
39 // vIndex: 2
40 virtual ::std::string ToString() const /*override*/;
41
42 // vIndex: 0
43 virtual ~OutgoingSSNResetRequestParameter() /*override*/;
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static ::std::optional<::dcsctp::OutgoingSSNResetRequestParameter> Parse(::rtc::ArrayView<uchar const> data);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCNAPI void $SerializeTo(::std::vector<uchar>& out) const;
62
63 MCNAPI ::std::string $ToString() const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
72
73} // namespace dcsctp
Definition OutgoingSSNResetRequestParameter.h:17
MCAPI::std::string $ToString() const
static MCAPI ::std::optional<::dcsctp::OutgoingSSNResetRequestParameter > Parse(::rtc::ArrayView< uchar const > data)
MCAPI void $SerializeTo(::std::vector< uchar > &out) const
Definition Parameter.h:7
Definition TLVTrait.h:8
Definition _HeaderOutputPredefine.h:260
Definition Alias.h:14