LeviLamina
Loading...
Searching...
No Matches
ServerTexture.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/checked_resource_service/ClientResourcePointer.h"
7#include "mc/deps/core/checked_resource_service/ResourcePointer.h"
8#include "mc/deps/core/checked_resource_service/ServerResourcePointer.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace dragon { struct ResolvedTextureResource; }
13namespace mce { class Texture; }
14// clang-format on
15
16namespace mce {
17
18struct ServerTexture
19: public ::mce::ServerResourcePointer<
20 ::std::
21 variant<::std::monostate, ::mce::Texture, ::mce::ClientResourcePointer<::dragon::ResolvedTextureResource>>> {
22public:
23 // prevent constructor by default
24 ServerTexture& operator=(ServerTexture const&);
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~ServerTexture() /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI ServerTexture();
36
38
39 MCNAPI explicit ServerTexture(
40 ::mce::ResourcePointer<::std::variant<
41 ::std::monostate,
44 );
45
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor();
53
54 MCNAPI void* $ctor(::mce::ServerTexture const&);
55
56 MCNAPI void* $ctor(
57 ::mce::ResourcePointer<::std::variant<
58 ::std::monostate,
61 );
62
63 MCNAPI void* $ctor(::mce::ServerTexture&&);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace mce
Definition ClientResourcePointer.h:8
Definition ResourcePointer.h:8
Definition Texture.h:7
Definition ResolvedTextureResource.h:7
Definition ServerTexture.h:7
MCAPI void * $ctor(::mce::ResourcePointer<::std::variant< ::std::monostate, ::mce::Texture, ::mce::ClientResourcePointer<::dragon::ResolvedTextureResource > > > const &)
static MCAPI void ** $vftable()
MCAPI void * $ctor()
MCAPI void $dtor()
MCAPI ServerTexture(::mce::ServerTexture const &)
MCAPI void * $ctor(::mce::ServerTexture &&)
MCAPI ServerTexture(::mce::ResourcePointer<::std::variant< ::std::monostate, ::mce::Texture, ::mce::ClientResourcePointer<::dragon::ResolvedTextureResource > > > const &)
MCAPI ServerTexture(::mce::ServerTexture &&)
MCAPI void * $ctor(::mce::ServerTexture const &)