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
10public:
11 // member variables
12 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~NetworkSessionOwner() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI void createNetworkSession(::TransportLayer transportLayer);
33
34 MCNAPI void destroyNetworkSession();
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition EnableNonOwnerReferences.h:7
Definition NetworkSessionOwner.h:9
MCAPI void destroyNetworkSession()
static MCAPI void ** $vftable()
MCAPI void createNetworkSession(::TransportLayer transportLayer)
Definition Alias.h:14