LeviLamina
Loading...
Searching...
No Matches
PingedCompatibleServer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
41
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor();
49
51
52 MCNAPI void* $ctor(::PingedCompatibleServer const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
Definition PingedCompatibleServer.h:5
MCAPI PingedCompatibleServer(::PingedCompatibleServer &&)
MCAPI void * $ctor(::PingedCompatibleServer &&)
MCAPI void * $ctor()
MCAPI void * $ctor(::PingedCompatibleServer const &)
MCAPI PingedCompatibleServer(::PingedCompatibleServer const &)
Definition Alias.h:14