LeviLamina
Loading...
Searching...
No Matches
CloudServerQueryFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/data_structures/List.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace RakNet { struct CloudKey; }
11namespace RakNet { struct CloudQuery; }
12namespace RakNet { struct RakNetGUID; }
13namespace RakNet { struct SystemAddress; }
14// clang-format on
15
16namespace RakNet {
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~CloudServerQueryFilter() = default;
24
25 // vIndex: 1
26 virtual bool
27 OnPostRequest(::RakNet::RakNetGUID, ::RakNet::SystemAddress, ::RakNet::CloudKey, uint, char const*) = 0;
28
29 // vIndex: 2
30 virtual bool
32
33 // vIndex: 3
34 virtual bool
36
37 // vIndex: 4
38 virtual bool
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51
52 // NOLINTEND
53};
54
55} // namespace RakNet
Definition List.h:8
Definition CloudServerQueryFilter.h:18
Definition CloudKey.h:7
Definition CloudQuery.h:7
Definition RakNetGUID.h:7
Definition SystemAddress.h:7