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
virtual
~AesAdapter
()
/*override*/
;
16
17
virtual ::NetherNet::ErrorOr<void, ::std::error_code> SetKey(uint64
id
) = 0;
18
// NOLINTEND
19
20
public
:
21
// destructor thunk
22
// NOLINTBEGIN
23
MCNAPI
void
$dtor
();
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace NetherNet
NetherNet::AesAdapter
Definition
AesAdapter.h:11
NetherNet::AesAdapter::$dtor
MCAPI void $dtor()
rtc::AsyncSocketAdapter
Definition
AsyncSocketAdapter.h:17
src
mc
deps
nether_net
lan
AesAdapter.h
Generated on
for LeviLamina by
1.16.1