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
30#ifdef LL_PLAT_S
31public:
32 // prevent constructor by default
34
35#else // LL_PLAT_C
36#endif
37public:
38 // member functions
39 // NOLINTBEGIN
41
43
45
46#ifdef LL_PLAT_C
47 MCNAPI ::std::string getId() const;
48
49 MCNAPI ::PingedCompatibleServer& operator=(::PingedCompatibleServer&&);
50
51 MCNAPI ::PingedCompatibleServer& operator=(::PingedCompatibleServer const&);
52#endif
53
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
60 MCNAPI void* $ctor();
61
63
64 MCNAPI void* $ctor(::PingedCompatibleServer const&);
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70 MCNAPI void $dtor();
71 // NOLINTEND
72};
MCAPI PingedCompatibleServer(::PingedCompatibleServer &&)
MCAPI void * $ctor(::PingedCompatibleServer &&)
MCAPI void * $ctor()
MCAPI void * $ctor(::PingedCompatibleServer const &)
MCAPI PingedCompatibleServer(::PingedCompatibleServer const &)
Definition Alias.h:14