LeviLamina
Loading...
Searching...
No Matches
NetherNetTransportFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace NetherNet { class INetherNetTransportInterface; }
8namespace NetherNet { class INetherNetTransportInterfaceCallbacks; }
9namespace NetherNet { struct NetworkID; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
30
31 // vIndex: 1
32 virtual ::std::unique_ptr<
34 ::std::function<void(::NetherNet::INetherNetTransportInterface*)>>
36 const;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCAPI ::std::unique_ptr<
50 ::std::function<void(::NetherNet::INetherNetTransportInterface*)>>
52 const;
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
Definition NetherNetTransportFactory.h:12
Definition INetherNetTransportInterfaceCallbacks.h:15
Definition INetherNetTransportInterface.h:21
Definition NetworkID.h:7
Definition Alias.h:14