LeviLamina
Loading...
Searching...
No Matches
CookieEchoChunk.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/external/dcsctp/Chunk.h"
7
#include "mc/external/dcsctp/TLVTrait.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
dcsctp {
struct
CookieEchoChunkConfig
; }
12
// clang-format on
13
14
namespace
dcsctp {
15
16
class
CookieEchoChunk :
public
::dcsctp::Chunk
,
public
::dcsctp::TLVTrait
<::dcsctp::CookieEchoChunkConfig> {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 24>
mUnke6cec0;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
CookieEchoChunk& operator=(CookieEchoChunk
const
&);
26
CookieEchoChunk(CookieEchoChunk
const
&);
27
CookieEchoChunk();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
virtual
void
SerializeTo(::std::vector<uchar>& out)
const
/*override*/
;
33
34
virtual ::std::string ToString()
const
/*override*/
;
35
36
virtual
~CookieEchoChunk()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// static functions
41
// NOLINTBEGIN
42
MCNAPI static ::std::optional<::dcsctp::CookieEchoChunk>
Parse
(
::rtc::ArrayView<uchar const>
data);
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCNAPI
void
$SerializeTo
(::std::vector<uchar>& out)
const
;
49
50
MCNAPI ::std::string
$ToString
()
const
;
51
52
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
61
62
}
// namespace dcsctp
dcsctp::Chunk
Definition
Chunk.h:7
dcsctp::CookieEchoChunk::Parse
static MCAPI ::std::optional<::dcsctp::CookieEchoChunk > Parse(::rtc::ArrayView< uchar const > data)
dcsctp::CookieEchoChunk::$SerializeTo
MCAPI void $SerializeTo(::std::vector< uchar > &out) const
dcsctp::CookieEchoChunk::$vftable
static MCAPI void ** $vftable()
dcsctp::CookieEchoChunk::$ToString
MCAPI::std::string $ToString() const
dcsctp::TLVTrait
Definition
TLVTrait.h:8
rtc::ArrayView
Definition
_HeaderOutputPredefine.h:309
dcsctp::CookieEchoChunkConfig
Definition
CookieEchoChunkConfig.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
dcsctp
CookieEchoChunk.h
Generated on
for LeviLamina by
1.16.1