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