LeviLamina
Loading...
Searching...
No Matches
ReadyEvent.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 // ReadyEvent inner types declare
22 // clang-format off
23 struct ReadyEventNode;
24 struct RemoteSystem;
25 // clang-format on
26
27 // ReadyEvent inner types define
28 struct RemoteSystem {
29 public:
30 // member variables
31 // NOLINTBEGIN
35 // NOLINTEND
36
37 public:
38 // prevent constructor by default
39 RemoteSystem& operator=(RemoteSystem const&);
42 };
43
45 public:
46 // member variables
47 // NOLINTBEGIN
51 // NOLINTEND
52
53 public:
54 // prevent constructor by default
55 ReadyEventNode& operator=(ReadyEventNode const&);
58 };
59
60public:
61 // member variables
62 // NOLINTBEGIN
65 // NOLINTEND
66
67public:
68 // prevent constructor by default
69 ReadyEvent& operator=(ReadyEvent const&);
70 ReadyEvent(ReadyEvent const&);
71 ReadyEvent();
72
73public:
74 // virtual functions
75 // NOLINTBEGIN
76 // vIndex: 0
77 virtual ~ReadyEvent() /*override*/ = default;
78
79 // vIndex: 4
80 virtual ::RakNet::PluginReceiveResult OnReceive(::RakNet::Packet*) /*override*/;
81
82 // vIndex: 7
83 virtual void OnClosedConnection(
86 ::RakNet::PI2_LostConnectionReason
87 ) /*override*/;
88
89 // vIndex: 6
90 virtual void OnRakPeerShutdown() /*override*/;
91 // NOLINTEND
92
93public:
94 // destructor thunk
95 // NOLINTBEGIN
96
97 // NOLINTEND
98
99public:
100 // virtual function thunks
101 // NOLINTBEGIN
102
103 // NOLINTEND
104};
105
106} // namespace RakNet
Definition Packet.h:26
Definition PluginInterface2.h:20
Definition ReadyEvent.h:19
Definition Packet.h:7
Definition RakNetGUID.h:7
Definition ReadyEvent.h:44
Definition ReadyEvent.h:28
Definition SystemAddress.h:7
Definition Alias.h:14