LeviLamina
Loading...
Searching...
No Matches
NetworkSessionOwner.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/network/TransportLayer.h"
8
9class NetworkSessionOwner : public ::Bedrock::EnableNonOwnerReferences {
10public:
11 // member variables
12 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 NetworkSessionOwner& operator=(NetworkSessionOwner const&);
19 NetworkSessionOwner(NetworkSessionOwner const&);
20 NetworkSessionOwner();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~NetworkSessionOwner() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI void createNetworkSession(::TransportLayer transportLayer);
32
33 MCNAPI_S void destroyNetworkSession();
34 // NOLINTEND
35
36public:
37 // vftables
38 // NOLINTBEGIN
39 MCNAPI static void** $vftable();
40 // NOLINTEND
41};
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
MCAPI void createNetworkSession(::TransportLayer transportLayer)
Definition Alias.h:14