LeviLamina
Loading...
Searching...
No Matches
ScreenCapabilitiesRepo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCNAPI ::std::unique_ptr<::IScreenCapabilities> get(::std::string const& screenName) const;
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCNAPI void $dtor();
50 // NOLINTEND
51};
Definition IScreenCapabilities.h:8
Definition ScreenCapabilitiesRepo.h:10
MCAPI ::std::unique_ptr<::IScreenCapabilities > get(::std::string const &screenName) const
MCAPI void * $ctor()
Definition Alias.h:14