LeviLamina
Loading...
Searching...
No Matches
RNS2_Berkley.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/raknet/IRNS2_Berkley.h"
7#include "mc/deps/raknet/RNS2BindResult.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace RakNet { struct RNS2_BerkleyBindParameters; }
12namespace RakNet { struct SystemAddress; }
13// clang-format on
14
15namespace RakNet {
16
17class RNS2_Berkley : public ::RakNet::IRNS2_Berkley {
18public:
19 // member variables
20 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 RNS2_Berkley& operator=(RNS2_Berkley const&);
30 RNS2_Berkley(RNS2_Berkley const&);
31 RNS2_Berkley();
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 virtual ~RNS2_Berkley() /*override*/ = default;
37
38 virtual void SetMulticastInterface(int interfaceIndex) /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI ::RakNet::RNS2BindResult
45 BindSharedIPV4And6(::RakNet::RNS2_BerkleyBindParameters* bindParameters, char const*, uint);
46
47 MCAPI uint RecvFromLoopInt();
48
49 MCAPI void SetBroadcastSocket(int broadcast);
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static void GetSystemAddressIPV4And6(int rns2Socket, ::RakNet::SystemAddress* systemAddressOut);
56
57 MCAPI static uint RecvFromLoop(void* arguments);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI void $SetMulticastInterface(int interfaceIndex);
64
65
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
74
75} // namespace RakNet
Definition IRNS2_Berkley.h:16
static MCAPI void ** $vftable()
Definition RNS2_BerkleyBindParameters.h:7
Definition SystemAddress.h:7
Definition Alias.h:14