LeviLamina
Loading...
Searching...
No Matches
PingedCompatibleServer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
29 // NOLINTEND
30
31#ifdef LL_PLAT_S
32public:
33 // prevent constructor by default
35
36#else // LL_PLAT_C
37#endif
38public:
39 // member functions
40 // NOLINTBEGIN
42
44
45#ifdef LL_PLAT_C
46 MCNAPI ::std::string getId() const;
47#endif
48
49 MCNAPI ::PingedCompatibleServer& operator=(::PingedCompatibleServer&&);
50
51#ifdef LL_PLAT_C
52 MCNAPI ::PingedCompatibleServer& operator=(::PingedCompatibleServer const&);
53#endif
54
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor();
62
63 MCNAPI void* $ctor(::PingedCompatibleServer const&);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71};
MCAPI void * $ctor()
MCAPI void * $ctor(::PingedCompatibleServer const &)
MCAPI::PingedCompatibleServer & operator=(::PingedCompatibleServer &&)
MCAPI PingedCompatibleServer(::PingedCompatibleServer const &)
Definition Alias.h:14