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 virtual ~CloudServerQueryFilter() = default;
23
24 virtual bool
25 OnPostRequest(::RakNet::RakNetGUID, ::RakNet::SystemAddress, ::RakNet::CloudKey, uint, char const*) = 0;
26
27 virtual bool
29
30 virtual bool OnGetRequest(
35 ) = 0;
36
37 virtual bool OnUnsubscribeRequest(
42 ) = 0;
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48
49 // NOLINTEND
50};
51
52} // 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