LeviLamina
Loading...
Searching...
No Matches
UDPProxyClient.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/PluginInterface2.h"
7#include "mc/deps/raknet/PluginReceiveResult.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace RakNet { struct Packet; }
12// clang-format on
13
14namespace RakNet {
15
17public:
18 // UDPProxyClient inner types declare
19 // clang-format off
20 struct PingServerGroup;
22 struct ServerWithPing;
23 // clang-format on
24
25 // UDPProxyClient inner types define
27 public:
28 // member variables
29 // NOLINTBEGIN
32 // NOLINTEND
33
34 public:
35 // prevent constructor by default
36 ServerWithPing& operator=(ServerWithPing const&);
39 };
40
42 public:
43 // member variables
44 // NOLINTBEGIN
47 // NOLINTEND
48
49 public:
50 // prevent constructor by default
54 };
55
57 public:
58 // member variables
59 // NOLINTBEGIN
64 // NOLINTEND
65
66 public:
67 // prevent constructor by default
68 PingServerGroup& operator=(PingServerGroup const&);
71 };
72
73public:
74 // member variables
75 // NOLINTBEGIN
78 // NOLINTEND
79
80public:
81 // prevent constructor by default
82 UDPProxyClient& operator=(UDPProxyClient const&);
85
86public:
87 // virtual functions
88 // NOLINTBEGIN
89 // vIndex: 0
90 virtual ~UDPProxyClient() /*override*/ = default;
91
92 // vIndex: 3
93 virtual void Update() /*override*/;
94
95 // vIndex: 4
96 virtual ::RakNet::PluginReceiveResult OnReceive(::RakNet::Packet*) /*override*/;
97
98 // vIndex: 6
99 virtual void OnRakPeerShutdown() /*override*/;
100 // NOLINTEND
101
102public:
103 // destructor thunk
104 // NOLINTBEGIN
105
106 // NOLINTEND
107
108public:
109 // virtual function thunks
110 // NOLINTBEGIN
111
112 // NOLINTEND
113};
114
115} // namespace RakNet
Definition Packet.h:26
Definition PluginInterface2.h:20
Definition UDPProxyClient.h:16
Definition Packet.h:7
Definition UDPProxyClient.h:56
Definition UDPProxyClient.h:26
Definition Alias.h:14