LeviLamina
Loading...
Searching...
No Matches
PingedCompatibleServer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
40
42
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCNAPI void* $ctor();
50
52
53 MCNAPI void* $ctor(::PingedCompatibleServer const&);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCNAPI void $dtor();
60 // NOLINTEND
61};
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