LeviLamina
Loading...
Searching...
No Matches
AesAdapter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/nether_net/utils/ErrorOr.h"
7
#include "mc/external/rtc/AsyncSocketAdapter.h"
8
9
namespace
NetherNet {
10
11
class
AesAdapter
:
public
::rtc::AsyncSocketAdapter
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
// vIndex: 0
16
virtual
~AesAdapter
()
/*override*/
=
default
;
17
18
// vIndex: 22
19
virtual ::NetherNet::ErrorOr<void, ::std::error_code> SetKey(uint64) = 0;
20
// NOLINTEND
21
22
public
:
23
// destructor thunk
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCAPI
static
void
** $vftableForSocket();
38
39
MCAPI
static
void
** $vftableForHasSlots();
40
// NOLINTEND
41
};
42
43
}
// namespace NetherNet
NetherNet::AesAdapter
Definition
AesAdapter.h:11
rtc::AsyncSocketAdapter
Definition
AsyncSocketAdapter.h:17
src
mc
deps
nether_net
AesAdapter.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0