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
9namespace NetherNet {
10
12public:
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
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25
26 // NOLINTEND
27
28public:
29 // vftables
30 // NOLINTBEGIN
31 MCNAPI static void** $vftableForSocket();
32
33 MCNAPI static void** $vftableForHasSlots();
34 // NOLINTEND
35};
36
37} // namespace NetherNet
Definition AesAdapter.h:11
static MCAPI void ** $vftableForSocket()
static MCAPI void ** $vftableForHasSlots()
Definition AsyncSocketAdapter.h:17