LeviLamina
Loading...
Searching...
No Matches
UDPProxyServer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/PI2_LostConnectionReason.h"
7#include "mc/deps/raknet/PluginInterface2.h"
8#include "mc/deps/raknet/PluginReceiveResult.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace RakNet { struct Packet; }
13namespace RakNet { struct RakNetGUID; }
14namespace RakNet { struct SystemAddress; }
15// clang-format on
16
17namespace RakNet {
18
20public:
21 // member variables
22 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 UDPProxyServer& operator=(UDPProxyServer const&);
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 0
41 virtual ~UDPProxyServer() /*override*/ = default;
42
43 // vIndex: 1
44 virtual void OnAttach() /*override*/;
45
46 // vIndex: 2
47 virtual void OnDetach() /*override*/;
48
49 // vIndex: 3
50 virtual void Update() /*override*/;
51
52 // vIndex: 4
53 virtual ::RakNet::PluginReceiveResult OnReceive(::RakNet::Packet*) /*override*/;
54
55 // vIndex: 7
56 virtual void OnClosedConnection(
59 ::RakNet::PI2_LostConnectionReason
60 ) /*override*/;
61
62 // vIndex: 5
63 virtual void OnRakPeerStartup() /*override*/;
64
65 // vIndex: 6
66 virtual void OnRakPeerShutdown() /*override*/;
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72
73 // NOLINTEND
74
75public:
76 // virtual function thunks
77 // NOLINTBEGIN
78
79 // NOLINTEND
80};
81
82} // namespace RakNet
Definition Packet.h:26
Definition PluginInterface2.h:20
Definition UDPProxyServer.h:19
Definition Packet.h:7
Definition RakNetGUID.h:7
Definition SystemAddress.h:7
Definition Alias.h:14