LeviLamina
Loading...
Searching...
No Matches
RestartOfAnAssociationWithNewAddressesCause.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 RestartOfAnAssociationWithNewAddressesCauseConfig; }
12// clang-format on
13
14namespace dcsctp {
15
17: public ::dcsctp::Parameter,
18 public ::dcsctp::TLVTrait<::dcsctp::RestartOfAnAssociationWithNewAddressesCauseConfig> {
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual void SerializeTo(::std::vector<uchar>& out) const /*override*/;
36
37 // vIndex: 2
38 virtual ::std::string ToString() const /*override*/;
39
40 // vIndex: 0
41 virtual ~RestartOfAnAssociationWithNewAddressesCause() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static ::std::optional<::dcsctp::RestartOfAnAssociationWithNewAddressesCause>
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCNAPI void $SerializeTo(::std::vector<uchar>& out) const;
55
56 MCNAPI ::std::string $ToString() const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace dcsctp
Definition Parameter.h:7
Definition RestartOfAnAssociationWithNewAddressesCause.h:18
static MCAPI ::std::optional<::dcsctp::RestartOfAnAssociationWithNewAddressesCause > Parse(::rtc::ArrayView< uchar const > data)
MCAPI void $SerializeTo(::std::vector< uchar > &out) const
Definition TLVTrait.h:8
Definition _HeaderOutputPredefine.h:260
Definition Alias.h:14